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