is not current version
Last Version 1.2

org.atteo.moonshine:bom 0.9

Moonshine Bill of Materials POM

GroupId

GroupId

org.atteo.moonshine
ArtifactId

ArtifactId

bom
Version

Version

0.9
Type

Type

pom

Download bom 0.9

Filename Size
bom-0.9.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/bom/ -->
<dependency>
    <groupId>org.atteo.moonshine</groupId>
    <artifactId>bom</artifactId>
    <version>0.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/bom/
implementation 'org.atteo.moonshine:bom:0.9'
// https://jarcasting.com/artifacts/org.atteo.moonshine/bom/
implementation ("org.atteo.moonshine:bom:0.9")
'org.atteo.moonshine:bom:pom:0.9'
<dependency org="org.atteo.moonshine" name="bom" rev="0.9">
  <artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='bom', version='0.9')
)
libraryDependencies += "org.atteo.moonshine" % "bom" % "0.9"
[org.atteo.moonshine/bom "0.9"]