License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdorg.coodex |
ArtifactId | ArtifactIdcoodex-bom |
Last Version | Last Version0.5.1-RC2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncoodex-libraries
|
Filename | Size |
---|---|
coodex-bom-0.5.1-RC2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.coodex/coodex-bom/ -->
<dependency>
<groupId>org.coodex</groupId>
<artifactId>coodex-bom</artifactId>
<version>0.5.1-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.coodex/coodex-bom/
implementation 'org.coodex:coodex-bom:0.5.1-RC2'
// https://jarcasting.com/artifacts/org.coodex/coodex-bom/
implementation ("org.coodex:coodex-bom:0.5.1-RC2")
'org.coodex:coodex-bom:pom:0.5.1-RC2'
<dependency org="org.coodex" name="coodex-bom" rev="0.5.1-RC2">
<artifact name="coodex-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.coodex', module='coodex-bom', version='0.5.1-RC2')
)
libraryDependencies += "org.coodex" % "coodex-bom" % "0.5.1-RC2"
[org.coodex/coodex-bom "0.5.1-RC2"]