GroupId | GroupIdorg.microshed.boost.runtimes |
---|---|
ArtifactId | ArtifactIdopenliberty |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
openliberty-0.2.0.pom | |
openliberty-0.2.0.jar | 27 KB |
openliberty-0.2.0-sources.jar | 21 KB |
openliberty-0.2.0-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microshed.boost.runtimes/openliberty/ -->
<dependency>
<groupId>org.microshed.boost.runtimes</groupId>
<artifactId>openliberty</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.microshed.boost.runtimes/openliberty/
implementation 'org.microshed.boost.runtimes:openliberty:0.2.0'
// https://jarcasting.com/artifacts/org.microshed.boost.runtimes/openliberty/
implementation ("org.microshed.boost.runtimes:openliberty:0.2.0")
'org.microshed.boost.runtimes:openliberty:jar:0.2.0'
<dependency org="org.microshed.boost.runtimes" name="openliberty" rev="0.2.0">
<artifact name="openliberty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microshed.boost.runtimes', module='openliberty', version='0.2.0')
)
libraryDependencies += "org.microshed.boost.runtimes" % "openliberty" % "0.2.0"
[org.microshed.boost.runtimes/openliberty "0.2.0"]