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