| GroupId | GroupIdorg.trellisldp.ext |
|---|---|
| ArtifactId | ArtifactIdtrellis-ext-bom |
| Version | Version0.13.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| trellis-ext-bom-0.13.1.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-ext-bom/ -->
<dependency>
<groupId>org.trellisldp.ext</groupId>
<artifactId>trellis-ext-bom</artifactId>
<version>0.13.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-ext-bom/
implementation 'org.trellisldp.ext:trellis-ext-bom:0.13.1'
// https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-ext-bom/
implementation ("org.trellisldp.ext:trellis-ext-bom:0.13.1")
'org.trellisldp.ext:trellis-ext-bom:pom:0.13.1'
<dependency org="org.trellisldp.ext" name="trellis-ext-bom" rev="0.13.1">
<artifact name="trellis-ext-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.trellisldp.ext', module='trellis-ext-bom', version='0.13.1')
)
libraryDependencies += "org.trellisldp.ext" % "trellis-ext-bom" % "0.13.1"
[org.trellisldp.ext/trellis-ext-bom "0.13.1"]