MVN

uk.ac.ceh.components : vocab-rdf

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 1.0.46

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>uk.ac.ceh.components</groupId>
    <artifactId>vocab-rdf</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-rdf gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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