GroupId | GroupIdorg.sakaiproject.content |
---|---|
ArtifactId | ArtifactIdcontent-types |
Version | Version11.1 |
Type | Typejar |
Filename | Size |
---|---|
content-types-11.1.pom | |
content-types-11.1.jar | 42 KB |
content-types-11.1-sources.jar | 16 KB |
content-types-11.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.content/content-types/
implementation 'org.sakaiproject.content:content-types:11.1'
// https://jarcasting.com/artifacts/org.sakaiproject.content/content-types/
implementation ("org.sakaiproject.content:content-types:11.1")
'org.sakaiproject.content:content-types:jar:11.1'
<dependency org="org.sakaiproject.content" name="content-types" rev="11.1">
<artifact name="content-types" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.content', module='content-types', version='11.1')
)
libraryDependencies += "org.sakaiproject.content" % "content-types" % "11.1"
[org.sakaiproject.content/content-types "11.1"]