MVN

org.sakaiproject.content : content-types

Maven & Gradle

Jun 03, 2017
809 stars

content-types

<dependency>
    <groupId>org.sakaiproject.content</groupId>
    <artifactId>content-types</artifactId>
    <version>11.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sakaiproject.content : content-types to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.4

All Versions

Choose a version of org.sakaiproject.content : content-types to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.4
content-types-11.4
11.3
content-types-11.3
11.2
content-types-11.2
11.1
content-types-11.1
11.0
content-types-11.0
10.7
content-types-10.7
10.6
content-types-10.6
10.4
content-types-10.4
10.3
content-types-10.3

How to add a dependency to Maven

Add the following org.sakaiproject.content : content-types maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sakaiproject.content</groupId>
    <artifactId>content-types</artifactId>
    <version>11.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sakaiproject.content : content-types gradle dependency to your build.gradle file:

implementation 'org.sakaiproject.content:content-types:11.4'

Gradle Kotlin DSL: Add the following org.sakaiproject.content : content-types gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sakaiproject.content:content-types:11.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sakaiproject.content : content-types sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sakaiproject.content" % "content-types" % "11.4"

Advertisement