is not current version
Last Version 0.2.1

org.microshed.boost:boost-common 0.2


GroupId

GroupId

org.microshed.boost
ArtifactId

ArtifactId

boost-common
Version

Version

0.2
Type

Type

jar

Download boost-common 0.2


<!-- 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"]