GroupId | GroupIdorg.sakaiproject.content |
---|---|
ArtifactId | ArtifactIdcontent-bundles |
Version | Version20.2 |
Type | Typejar |
Filename | Size |
---|---|
content-bundles-20.2.pom | |
content-bundles-20.2.jar | 260 KB |
content-bundles-20.2-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>20.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.content/content-bundles/
implementation 'org.sakaiproject.content:content-bundles:20.2'
// https://jarcasting.com/artifacts/org.sakaiproject.content/content-bundles/
implementation ("org.sakaiproject.content:content-bundles:20.2")
'org.sakaiproject.content:content-bundles:jar:20.2'
<dependency org="org.sakaiproject.content" name="content-bundles" rev="20.2">
<artifact name="content-bundles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.content', module='content-bundles', version='20.2')
)
libraryDependencies += "org.sakaiproject.content" % "content-bundles" % "20.2"
[org.sakaiproject.content/content-bundles "20.2"]