GroupId | GroupIdorg.microshed.boost |
---|---|
ArtifactId | ArtifactIdboost-common |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
boost-common-0.2.pom | |
boost-common-0.2.jar | 30 KB |
boost-common-0.2-sources.jar | 23 KB |
boost-common-0.2-javadoc.jar | 180 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microshed.boost/boost-common/ -->
<dependency>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-common</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.microshed.boost/boost-common/
implementation 'org.microshed.boost:boost-common:0.2'
// https://jarcasting.com/artifacts/org.microshed.boost/boost-common/
implementation ("org.microshed.boost:boost-common:0.2")
'org.microshed.boost:boost-common:jar:0.2'
<dependency org="org.microshed.boost" name="boost-common" rev="0.2">
<artifact name="boost-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microshed.boost', module='boost-common', version='0.2')
)
libraryDependencies += "org.microshed.boost" % "boost-common" % "0.2"
[org.microshed.boost/boost-common "0.2"]