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