GroupId | GroupIdpl.decerto |
---|---|
ArtifactId | ArtifactIdhyperon-runtime |
Version | Version1.8.10 |
Type | Typejar |
Filename | Size |
---|---|
hyperon-runtime-1.8.10.pom | |
hyperon-runtime-1.8.10.jar | 794 KB |
hyperon-runtime-1.8.10-sources.jar | 2 KB |
hyperon-runtime-1.8.10-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.decerto/hyperon-runtime/ -->
<dependency>
<groupId>pl.decerto</groupId>
<artifactId>hyperon-runtime</artifactId>
<version>1.8.10</version>
</dependency>
// https://jarcasting.com/artifacts/pl.decerto/hyperon-runtime/
implementation 'pl.decerto:hyperon-runtime:1.8.10'
// https://jarcasting.com/artifacts/pl.decerto/hyperon-runtime/
implementation ("pl.decerto:hyperon-runtime:1.8.10")
'pl.decerto:hyperon-runtime:jar:1.8.10'
<dependency org="pl.decerto" name="hyperon-runtime" rev="1.8.10">
<artifact name="hyperon-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.decerto', module='hyperon-runtime', version='1.8.10')
)
libraryDependencies += "pl.decerto" % "hyperon-runtime" % "1.8.10"
[pl.decerto/hyperon-runtime "1.8.10"]