MVN

org.metadatacenter : cedar-artifact-library

Maven & Gradle

Feb 15, 2024
1 stars

CEDAR Artifact Library · Library for working with CEDAR artifacts

<dependency>
    <groupId>org.metadatacenter</groupId>
    <artifactId>cedar-artifact-library</artifactId>
    <version>2.6.54</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.metadatacenter : cedar-artifact-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.54

All Versions

Choose a version of org.metadatacenter : cedar-artifact-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
cedar-artifact-library-2.6.54

How to add a dependency to Maven

Add the following org.metadatacenter : cedar-artifact-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.metadatacenter</groupId>
    <artifactId>cedar-artifact-library</artifactId>
    <version>2.6.54</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.metadatacenter : cedar-artifact-library gradle dependency to your build.gradle file:

implementation 'org.metadatacenter:cedar-artifact-library:2.6.54'

Gradle Kotlin DSL: Add the following org.metadatacenter : cedar-artifact-library gradle kotlin dependency to your build.gradle.kts file:

implementation("org.metadatacenter:cedar-artifact-library:2.6.54")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.metadatacenter : cedar-artifact-library sbt scala dependency to your build.sbt file:

libraryDependencies += "org.metadatacenter" % "cedar-artifact-library" % "2.6.54"

Advertisement