GroupId | GroupIdorg.jaxsb |
---|---|
ArtifactId | ArtifactIdruntime |
Version | Version2.1.5 |
Type | Typejar |
Filename | Size |
---|---|
runtime-2.1.5.pom | |
runtime-2.1.5.jar | 114 KB |
runtime-2.1.5-tests.jar | 4 KB |
runtime-2.1.5-sources.jar | 46 KB |
runtime-2.1.5-javadoc.jar | 501 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaxsb/runtime/ -->
<dependency>
<groupId>org.jaxsb</groupId>
<artifactId>runtime</artifactId>
<version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxsb/runtime/
implementation 'org.jaxsb:runtime:2.1.5'
// https://jarcasting.com/artifacts/org.jaxsb/runtime/
implementation ("org.jaxsb:runtime:2.1.5")
'org.jaxsb:runtime:jar:2.1.5'
<dependency org="org.jaxsb" name="runtime" rev="2.1.5">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxsb', module='runtime', version='2.1.5')
)
libraryDependencies += "org.jaxsb" % "runtime" % "2.1.5"
[org.jaxsb/runtime "2.1.5"]