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