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