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