GroupId | GroupIdorg.sakaiproject.shortenedurl |
---|---|
ArtifactId | ArtifactIdshortenedurl |
Version | Version19.2 |
Type | Typepom |
Filename | Size |
---|---|
shortenedurl-19.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/shortenedurl/ -->
<dependency>
<groupId>org.sakaiproject.shortenedurl</groupId>
<artifactId>shortenedurl</artifactId>
<version>19.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/shortenedurl/
implementation 'org.sakaiproject.shortenedurl:shortenedurl:19.2'
// https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/shortenedurl/
implementation ("org.sakaiproject.shortenedurl:shortenedurl:19.2")
'org.sakaiproject.shortenedurl:shortenedurl:pom:19.2'
<dependency org="org.sakaiproject.shortenedurl" name="shortenedurl" rev="19.2">
<artifact name="shortenedurl" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.shortenedurl', module='shortenedurl', version='19.2')
)
libraryDependencies += "org.sakaiproject.shortenedurl" % "shortenedurl" % "19.2"
[org.sakaiproject.shortenedurl/shortenedurl "19.2"]