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