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