MVN

uk.ac.ceh.components : vocab-sparql

Maven & Gradle

Dec 02, 2019
<dependency>
    <groupId>uk.ac.ceh.components</groupId>
    <artifactId>vocab-sparql</artifactId>
    <version>1.0.46</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.ac.ceh.components : vocab-sparql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.46

All Versions

Choose a version of uk.ac.ceh.components : vocab-sparql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
vocab-sparql-1.0.46
vocab-sparql-1.0.44
vocab-sparql-1.0.43
vocab-sparql-1.0.42
vocab-sparql-1.0.41
vocab-sparql-1.0.36

How to add a dependency to Maven

Add the following uk.ac.ceh.components : vocab-sparql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.ac.ceh.components</groupId>
    <artifactId>vocab-sparql</artifactId>
    <version>1.0.46</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.ac.ceh.components : vocab-sparql gradle dependency to your build.gradle file:

implementation 'uk.ac.ceh.components:vocab-sparql:1.0.46'

Gradle Kotlin DSL: Add the following uk.ac.ceh.components : vocab-sparql gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.ac.ceh.components:vocab-sparql:1.0.46")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.ac.ceh.components : vocab-sparql sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.ac.ceh.components" % "vocab-sparql" % "1.0.46"