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