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