Site updates per #582
This commit is contained in:
parent
4940457962
commit
2b43dc5e0b
|
@ -7,3 +7,15 @@ insert_final_newline = true
|
||||||
[*.java]
|
[*.java]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.xml]
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.json]
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.vm]
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = tab
|
||||||
|
|
|
@ -46,11 +46,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<source><![CDATA[dependencies {
|
<source><![CDATA[dependencies {
|
||||||
compile (group: 'ca.uhn.hapi.fhir', name: 'hapi-fhir-android', version: '${project.version}', classifier: 'dstu2') {
|
compile "ca.uhn.hapi.fhir:hapi-fhir-android:2.2:dstu2@jar"
|
||||||
exclude module: 'javax.servlet-api'
|
}]]></source>
|
||||||
exclude module: 'hapi-fhir-base'
|
|
||||||
}
|
|
||||||
}]]></source>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You may also download a copy from the GitHub
|
You may also download a copy from the GitHub
|
||||||
|
@ -79,7 +76,14 @@
|
||||||
If you know of others, please let us know!
|
If you know of others, please let us know!
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/SynappzMA/FHIR-Android">https://github.com/SynappzMA/FHIR-Android</a> (Nice FHIR DSTU2 search app)</li>
|
<li>
|
||||||
|
<a href="https://github.com/hapifhir/hapi-fhir-android-integration-test">https://github.com/hapifhir/hapi-fhir-android-integration-test</a>
|
||||||
|
- hapi-fhir-android Integration Test and Reference Application is our test platform for validating new releases. Created by Thomas Andersen.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/SynappzMA/FHIR-Android">https://github.com/SynappzMA/FHIR-Android</a>
|
||||||
|
- Nice FHIR DSTU2 search app
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue