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