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