MVN

com.globalmentor : globalmentor-vocab-dcmi

Maven & Gradle

Aug 23, 2023
4 usages

GlobalMentor DCMI Vocabularies · GlobalMentor definitions for the Dublin Core Metadata Initiative.

<dependency>
    <groupId>com.globalmentor</groupId>
    <artifactId>globalmentor-vocab-dcmi</artifactId>
    <version>0.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.globalmentor : globalmentor-vocab-dcmi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.1

All Versions

Choose a version of com.globalmentor : globalmentor-vocab-dcmi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
globalmentor-vocab-dcmi-0.7.1
globalmentor-vocab-dcmi-0.7.0
0.6.x
globalmentor-vocab-dcmi-0.6.6
globalmentor-vocab-dcmi-0.6.5
globalmentor-vocab-dcmi-0.6.4

How to add a dependency to Maven

Add the following com.globalmentor : globalmentor-vocab-dcmi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.globalmentor</groupId>
    <artifactId>globalmentor-vocab-dcmi</artifactId>
    <version>0.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.globalmentor : globalmentor-vocab-dcmi gradle dependency to your build.gradle file:

implementation 'com.globalmentor:globalmentor-vocab-dcmi:0.7.1'

Gradle Kotlin DSL: Add the following com.globalmentor : globalmentor-vocab-dcmi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.globalmentor:globalmentor-vocab-dcmi:0.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.globalmentor : globalmentor-vocab-dcmi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.globalmentor" % "globalmentor-vocab-dcmi" % "0.7.1"

Advertisement