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