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