Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.xbib.helianthus |
ArtifactId | ArtifactIdhelianthus-common |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
helianthus-common-1.0.9.pom | |
helianthus-common-1.0.9.jar | 187 KB |
helianthus-common-1.0.9-sources.jar | 104 KB |
helianthus-common-1.0.9-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib.helianthus/helianthus-common/ -->
<dependency>
<groupId>org.xbib.helianthus</groupId>
<artifactId>helianthus-common</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib.helianthus/helianthus-common/
implementation 'org.xbib.helianthus:helianthus-common:1.0.9'
// https://jarcasting.com/artifacts/org.xbib.helianthus/helianthus-common/
implementation ("org.xbib.helianthus:helianthus-common:1.0.9")
'org.xbib.helianthus:helianthus-common:jar:1.0.9'
<dependency org="org.xbib.helianthus" name="helianthus-common" rev="1.0.9">
<artifact name="helianthus-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib.helianthus', module='helianthus-common', version='1.0.9')
)
libraryDependencies += "org.xbib.helianthus" % "helianthus-common" % "1.0.9"
[org.xbib.helianthus/helianthus-common "1.0.9"]