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