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