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