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