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