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