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