GroupId | GroupIdorg.sakaiproject.content |
---|---|
ArtifactId | ArtifactIdcontent-types |
Version | Version11.2 |
Type | Typejar |
Filename | Size |
---|---|
content-types-11.2.pom | |
content-types-11.2.jar | 43 KB |
content-types-11.2-sources.jar | 17 KB |
content-types-11.2-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.content/content-types/ -->
<dependency>
<groupId>org.sakaiproject.content</groupId>
<artifactId>content-types</artifactId>
<version>11.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.content/content-types/
implementation 'org.sakaiproject.content:content-types:11.2'
// https://jarcasting.com/artifacts/org.sakaiproject.content/content-types/
implementation ("org.sakaiproject.content:content-types:11.2")
'org.sakaiproject.content:content-types:jar:11.2'
<dependency org="org.sakaiproject.content" name="content-types" rev="11.2">
<artifact name="content-types" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.content', module='content-types', version='11.2')
)
libraryDependencies += "org.sakaiproject.content" % "content-types" % "11.2"
[org.sakaiproject.content/content-types "11.2"]