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