GroupId | GroupIdorg.sakaiproject.shortenedurl |
---|---|
ArtifactId | ArtifactIdshortenedurl-impl |
Version | Version10.7 |
Type | Typejar |
Filename | Size |
---|---|
shortenedurl-impl-10.7.pom | |
shortenedurl-impl-10.7.jar | 21 KB |
shortenedurl-impl-10.7-sources.jar | 13 KB |
shortenedurl-impl-10.7-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/shortenedurl-impl/ -->
<dependency>
<groupId>org.sakaiproject.shortenedurl</groupId>
<artifactId>shortenedurl-impl</artifactId>
<version>10.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/shortenedurl-impl/
implementation 'org.sakaiproject.shortenedurl:shortenedurl-impl:10.7'
// https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/shortenedurl-impl/
implementation ("org.sakaiproject.shortenedurl:shortenedurl-impl:10.7")
'org.sakaiproject.shortenedurl:shortenedurl-impl:jar:10.7'
<dependency org="org.sakaiproject.shortenedurl" name="shortenedurl-impl" rev="10.7">
<artifact name="shortenedurl-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.shortenedurl', module='shortenedurl-impl', version='10.7')
)
libraryDependencies += "org.sakaiproject.shortenedurl" % "shortenedurl-impl" % "10.7"
[org.sakaiproject.shortenedurl/shortenedurl-impl "10.7"]