Categories |
CategoriesJava Languages Ant Build Tools |
---|---|
GroupId | GroupIdio.djanta |
ArtifactId | ArtifactIddjanta-java-bom |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
djanta-java-bom-2.0.0.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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.djanta/djanta-java-bom/
implementation 'io.djanta:djanta-java-bom:2.0.0'
// https://jarcasting.com/artifacts/io.djanta/djanta-java-bom/
implementation ("io.djanta:djanta-java-bom:2.0.0")
'io.djanta:djanta-java-bom:pom:2.0.0'
<dependency org="io.djanta" name="djanta-java-bom" rev="2.0.0">
<artifact name="djanta-java-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.djanta', module='djanta-java-bom', version='2.0.0')
)
libraryDependencies += "io.djanta" % "djanta-java-bom" % "2.0.0"
[io.djanta/djanta-java-bom "2.0.0"]