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