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