is not current version
Last Version 11.4

org.sakaiproject.content:content-types 10.6


GroupId

GroupId

org.sakaiproject.content
ArtifactId

ArtifactId

content-types
Version

Version

10.6
Type

Type

jar

Download content-types 10.6


<!-- https://jarcasting.com/artifacts/org.sakaiproject.content/content-types/ -->
<dependency>
    <groupId>org.sakaiproject.content</groupId>
    <artifactId>content-types</artifactId>
    <version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.content/content-types/
implementation 'org.sakaiproject.content:content-types:10.6'
// https://jarcasting.com/artifacts/org.sakaiproject.content/content-types/
implementation ("org.sakaiproject.content:content-types:10.6")
'org.sakaiproject.content:content-types:jar:10.6'
<dependency org="org.sakaiproject.content" name="content-types" rev="10.6">
  <artifact name="content-types" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.content', module='content-types', version='10.6')
)
libraryDependencies += "org.sakaiproject.content" % "content-types" % "10.6"
[org.sakaiproject.content/content-types "10.6"]