| GroupId | GroupIdcom.github.rahulsom |
|---|---|
| ArtifactId | ArtifactIdihe-iti |
| Version | Version0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ihe-iti-0.3.pom | |
| ihe-iti-0.3.jar | 4 MB |
| ihe-iti-0.3-sources.jar | 3 MB |
| ihe-iti-0.3-javadoc.jar | 17 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rahulsom/ihe-iti/ -->
<dependency>
<groupId>com.github.rahulsom</groupId>
<artifactId>ihe-iti</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rahulsom/ihe-iti/
implementation 'com.github.rahulsom:ihe-iti:0.3'
// https://jarcasting.com/artifacts/com.github.rahulsom/ihe-iti/
implementation ("com.github.rahulsom:ihe-iti:0.3")
'com.github.rahulsom:ihe-iti:jar:0.3'
<dependency org="com.github.rahulsom" name="ihe-iti" rev="0.3">
<artifact name="ihe-iti" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rahulsom', module='ihe-iti', version='0.3')
)
libraryDependencies += "com.github.rahulsom" % "ihe-iti" % "0.3"
[com.github.rahulsom/ihe-iti "0.3"]