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