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