GroupId | GroupIdnl.42 |
---|---|
ArtifactId | ArtifactIdheph |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
heph-1.0.0.pom | |
heph-1.0.0.jar | 26 KB |
heph-1.0.0-sources.jar | 23 KB |
heph-1.0.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.42/heph/ -->
<dependency>
<groupId>nl.42</groupId>
<artifactId>heph</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.42/heph/
implementation 'nl.42:heph:1.0.0'
// https://jarcasting.com/artifacts/nl.42/heph/
implementation ("nl.42:heph:1.0.0")
'nl.42:heph:jar:1.0.0'
<dependency org="nl.42" name="heph" rev="1.0.0">
<artifact name="heph" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.42', module='heph', version='1.0.0')
)
libraryDependencies += "nl.42" % "heph" % "1.0.0"
[nl.42/heph "1.0.0"]