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