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