GroupId | GroupIdorg.trellisldp.ext |
---|---|
ArtifactId | ArtifactIdtrellis-db |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
trellis-db-0.2.2.pom | |
trellis-db-0.2.2.jar | 33 KB |
trellis-db-0.2.2-sources.jar | 20 KB |
trellis-db-0.2.2-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-db/ -->
<dependency>
<groupId>org.trellisldp.ext</groupId>
<artifactId>trellis-db</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-db/
implementation 'org.trellisldp.ext:trellis-db:0.2.2'
// https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-db/
implementation ("org.trellisldp.ext:trellis-db:0.2.2")
'org.trellisldp.ext:trellis-db:jar:0.2.2'
<dependency org="org.trellisldp.ext" name="trellis-db" rev="0.2.2">
<artifact name="trellis-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.trellisldp.ext', module='trellis-db', version='0.2.2')
)
libraryDependencies += "org.trellisldp.ext" % "trellis-db" % "0.2.2"
[org.trellisldp.ext/trellis-db "0.2.2"]