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