GroupId | GroupIdorg.sakaiproject.content |
---|---|
ArtifactId | ArtifactIdcontent-cleanup-impl |
Version | Version11.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.content/content-cleanup-impl/ -->
<dependency>
<groupId>org.sakaiproject.content</groupId>
<artifactId>content-cleanup-impl</artifactId>
<version>11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.content/content-cleanup-impl/
implementation 'org.sakaiproject.content:content-cleanup-impl:11.1'
// https://jarcasting.com/artifacts/org.sakaiproject.content/content-cleanup-impl/
implementation ("org.sakaiproject.content:content-cleanup-impl:11.1")
'org.sakaiproject.content:content-cleanup-impl:jar:11.1'
<dependency org="org.sakaiproject.content" name="content-cleanup-impl" rev="11.1">
<artifact name="content-cleanup-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.content', module='content-cleanup-impl', version='11.1')
)
libraryDependencies += "org.sakaiproject.content" % "content-cleanup-impl" % "11.1"
[org.sakaiproject.content/content-cleanup-impl "11.1"]