is not current version
Last Version 2.0.1

io.djanta:djanta-java-bom 1.2.1

djanta.io java dependency BOM (Bill Of Material) for flexible and easy dependency management

Categories

Categories

Java Languages Ant Build Tools
GroupId

GroupId

io.djanta
ArtifactId

ArtifactId

djanta-java-bom
Version

Version

1.2.1
Type

Type

pom

Download djanta-java-bom 1.2.1

Filename Size
djanta-java-bom-1.2.1.pom 27 KB
Browse

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