is not current version
Last Version 0.1.2

me.champeau.jdoctor:jdoctor-bom 0.1

A platform (BOM) used to align all module versions

GroupId

GroupId

me.champeau.jdoctor
ArtifactId

ArtifactId

jdoctor-bom
Version

Version

0.1
Type

Type

pom

Download jdoctor-bom 0.1


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