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