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