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