GroupId | GroupIdorg.helenus |
---|---|
ArtifactId | ArtifactIdhelenus-commons |
Version | Version3.0.3 |
Type | Typejar |
Filename | Size |
---|---|
helenus-commons-3.0.3.pom | |
helenus-commons-3.0.3.jar | 139 KB |
helenus-commons-3.0.3-sources.jar | 128 KB |
helenus-commons-3.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.helenus/helenus-commons/
implementation 'org.helenus:helenus-commons:3.0.3'
// https://jarcasting.com/artifacts/org.helenus/helenus-commons/
implementation ("org.helenus:helenus-commons:3.0.3")
'org.helenus:helenus-commons:jar:3.0.3'
<dependency org="org.helenus" name="helenus-commons" rev="3.0.3">
<artifact name="helenus-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.helenus', module='helenus-commons', version='3.0.3')
)
libraryDependencies += "org.helenus" % "helenus-commons" % "3.0.3"
[org.helenus/helenus-commons "3.0.3"]