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