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