GroupId | GroupIdorg.microshed.boost |
---|---|
ArtifactId | ArtifactIdboost-runtimes |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
boost-runtimes-0.2.0.pom | 638 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.microshed.boost/boost-runtimes/ -->
<dependency>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-runtimes</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.microshed.boost/boost-runtimes/
implementation 'org.microshed.boost:boost-runtimes:0.2.0'
// https://jarcasting.com/artifacts/org.microshed.boost/boost-runtimes/
implementation ("org.microshed.boost:boost-runtimes:0.2.0")
'org.microshed.boost:boost-runtimes:pom:0.2.0'
<dependency org="org.microshed.boost" name="boost-runtimes" rev="0.2.0">
<artifact name="boost-runtimes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.microshed.boost', module='boost-runtimes', version='0.2.0')
)
libraryDependencies += "org.microshed.boost" % "boost-runtimes" % "0.2.0"
[org.microshed.boost/boost-runtimes "0.2.0"]