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