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