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