License |
License |
---|---|
Categories |
CategoriesJava Languages Ant Build Tools |
GroupId | GroupIdio.djanta |
ArtifactId | ArtifactIddjanta-java-bom |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiondjanta-java-bom
djanta.io java dependency BOM (Bill Of Material) for flexible and easy dependency management
|
Project URL |
Project URL |
Project Organization |
Project OrganizationDJANTA, LLC |
Filename | Size |
---|---|
djanta-java-bom-2.0.1.pom | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.djanta/djanta-java-bom/ -->
<dependency>
<groupId>io.djanta</groupId>
<artifactId>djanta-java-bom</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.djanta/djanta-java-bom/
implementation 'io.djanta:djanta-java-bom:2.0.1'
// https://jarcasting.com/artifacts/io.djanta/djanta-java-bom/
implementation ("io.djanta:djanta-java-bom:2.0.1")
'io.djanta:djanta-java-bom:pom:2.0.1'
<dependency org="io.djanta" name="djanta-java-bom" rev="2.0.1">
<artifact name="djanta-java-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.djanta', module='djanta-java-bom', version='2.0.1')
)
libraryDependencies += "io.djanta" % "djanta-java-bom" % "2.0.1"
[io.djanta/djanta-java-bom "2.0.1"]