MVN

org.trellisldp.ext : trellis-db-app

Maven & Gradle

Jan 27, 2020
1 usages
2 stars

Trellis Linked Data Server: database extension · A database persistence layer for the Trellis linked data server

<dependency>
    <groupId>org.trellisldp.ext</groupId>
    <artifactId>trellis-db-app</artifactId>
    <version>0.9.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.trellisldp.ext : trellis-db-app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.7

All Versions

Choose a version of org.trellisldp.ext : trellis-db-app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
trellis-db-app-0.9.7
trellis-db-app-0.9.4
trellis-db-app-0.9.3
trellis-db-app-0.9.2
trellis-db-app-0.9.1
0.2.x
trellis-db-app-0.2.3
trellis-db-app-0.2.2
trellis-db-app-0.2.1
trellis-db-app-0.2.0
0.1.x
trellis-db-app-0.1.1
trellis-db-app-0.1.0

How to add a dependency to Maven

Add the following org.trellisldp.ext : trellis-db-app maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.trellisldp.ext</groupId>
    <artifactId>trellis-db-app</artifactId>
    <version>0.9.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.trellisldp.ext : trellis-db-app gradle dependency to your build.gradle file:

implementation 'org.trellisldp.ext:trellis-db-app:0.9.7'

Gradle Kotlin DSL: Add the following org.trellisldp.ext : trellis-db-app gradle kotlin dependency to your build.gradle.kts file:

implementation("org.trellisldp.ext:trellis-db-app:0.9.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.trellisldp.ext : trellis-db-app sbt scala dependency to your build.sbt file:

libraryDependencies += "org.trellisldp.ext" % "trellis-db-app" % "0.9.7"

Advertisement