is not current version
Last Version 1.2

org.atteo.moonshine:bom 1.0.RC1

Moonshine Bill of Materials POM

GroupId

GroupId

org.atteo.moonshine
ArtifactId

ArtifactId

bom
Version

Version

1.0.RC1
Type

Type

pom

Download bom 1.0.RC1

Filename Size
bom-1.0.RC1.pom 9 KB
Browse

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