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