is not current version
Last Version 1.6.3

org.echocat.jomon:runtime 1.6.2


GroupId

GroupId

org.echocat.jomon
ArtifactId

ArtifactId

runtime
Version

Version

1.6.2
Type

Type

jar

Download runtime 1.6.2


<!-- https://jarcasting.com/artifacts/org.echocat.jomon/runtime/ -->
<dependency>
    <groupId>org.echocat.jomon</groupId>
    <artifactId>runtime</artifactId>
    <version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.echocat.jomon/runtime/
implementation 'org.echocat.jomon:runtime:1.6.2'
// https://jarcasting.com/artifacts/org.echocat.jomon/runtime/
implementation ("org.echocat.jomon:runtime:1.6.2")
'org.echocat.jomon:runtime:jar:1.6.2'
<dependency org="org.echocat.jomon" name="runtime" rev="1.6.2">
  <artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.echocat.jomon', module='runtime', version='1.6.2')
)
libraryDependencies += "org.echocat.jomon" % "runtime" % "1.6.2"
[org.echocat.jomon/runtime "1.6.2"]