GroupId | GroupIdio.atleon |
---|---|
ArtifactId | ArtifactIdatleon-bom |
Version | Version0.0.7 |
Type | Typepom |
Filename | Size |
---|---|
atleon-bom-0.0.7.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atleon/atleon-bom/ -->
<dependency>
<groupId>io.atleon</groupId>
<artifactId>atleon-bom</artifactId>
<version>0.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.atleon/atleon-bom/
implementation 'io.atleon:atleon-bom:0.0.7'
// https://jarcasting.com/artifacts/io.atleon/atleon-bom/
implementation ("io.atleon:atleon-bom:0.0.7")
'io.atleon:atleon-bom:pom:0.0.7'
<dependency org="io.atleon" name="atleon-bom" rev="0.0.7">
<artifact name="atleon-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.atleon', module='atleon-bom', version='0.0.7')
)
libraryDependencies += "io.atleon" % "atleon-bom" % "0.0.7"
[io.atleon/atleon-bom "0.0.7"]