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