| GroupId | GroupIdio.openliberty.boost |
|---|---|
| ArtifactId | ArtifactIdboost-common |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| boost-common-0.1.1.pom | |
| boost-common-0.1.1.jar | 11 KB |
| boost-common-0.1.1-sources.jar | 7 KB |
| boost-common-0.1.1-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.openliberty.boost/boost-common/ -->
<dependency>
<groupId>io.openliberty.boost</groupId>
<artifactId>boost-common</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.openliberty.boost/boost-common/
implementation 'io.openliberty.boost:boost-common:0.1.1'
// https://jarcasting.com/artifacts/io.openliberty.boost/boost-common/
implementation ("io.openliberty.boost:boost-common:0.1.1")
'io.openliberty.boost:boost-common:jar:0.1.1'
<dependency org="io.openliberty.boost" name="boost-common" rev="0.1.1">
<artifact name="boost-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.openliberty.boost', module='boost-common', version='0.1.1')
)
libraryDependencies += "io.openliberty.boost" % "boost-common" % "0.1.1"
[io.openliberty.boost/boost-common "0.1.1"]