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