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