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