GroupId | GroupIdpl.decerto |
---|---|
ArtifactId | ArtifactIdhyperon-runtime |
Version | Version1.8.9 |
Type | Typejar |
Filename | Size |
---|---|
hyperon-runtime-1.8.9.pom | |
hyperon-runtime-1.8.9.jar | 794 KB |
hyperon-runtime-1.8.9-sources.jar | 2 KB |
hyperon-runtime-1.8.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/pl.decerto/hyperon-runtime/
implementation 'pl.decerto:hyperon-runtime:1.8.9'
// https://jarcasting.com/artifacts/pl.decerto/hyperon-runtime/
implementation ("pl.decerto:hyperon-runtime:1.8.9")
'pl.decerto:hyperon-runtime:jar:1.8.9'
<dependency org="pl.decerto" name="hyperon-runtime" rev="1.8.9">
<artifact name="hyperon-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.decerto', module='hyperon-runtime', version='1.8.9')
)
libraryDependencies += "pl.decerto" % "hyperon-runtime" % "1.8.9"
[pl.decerto/hyperon-runtime "1.8.9"]