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