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