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