GroupId | GroupIdorg.helenus |
---|---|
ArtifactId | ArtifactIdhelenus |
Version | Version1.0.14 |
Type | Typepom |
Filename | Size |
---|---|
helenus-1.0.14.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.helenus/helenus/ -->
<dependency>
<groupId>org.helenus</groupId>
<artifactId>helenus</artifactId>
<version>1.0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.helenus/helenus/
implementation 'org.helenus:helenus:1.0.14'
// https://jarcasting.com/artifacts/org.helenus/helenus/
implementation ("org.helenus:helenus:1.0.14")
'org.helenus:helenus:pom:1.0.14'
<dependency org="org.helenus" name="helenus" rev="1.0.14">
<artifact name="helenus" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.helenus', module='helenus', version='1.0.14')
)
libraryDependencies += "org.helenus" % "helenus" % "1.0.14"
[org.helenus/helenus "1.0.14"]