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