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