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