GroupId | GroupIdorg.trellisldp.ext |
---|---|
ArtifactId | ArtifactIdtrellis-db |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
trellis-db-0.9.1.pom | |
trellis-db-0.9.1.jar | 39 KB |
trellis-db-0.9.1-sources.jar | 25 KB |
trellis-db-0.9.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-db/
implementation 'org.trellisldp.ext:trellis-db:0.9.1'
// https://jarcasting.com/artifacts/org.trellisldp.ext/trellis-db/
implementation ("org.trellisldp.ext:trellis-db:0.9.1")
'org.trellisldp.ext:trellis-db:jar:0.9.1'
<dependency org="org.trellisldp.ext" name="trellis-db" rev="0.9.1">
<artifact name="trellis-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.trellisldp.ext', module='trellis-db', version='0.9.1')
)
libraryDependencies += "org.trellisldp.ext" % "trellis-db" % "0.9.1"
[org.trellisldp.ext/trellis-db "0.9.1"]