GroupId | GroupIdorg.sakaiproject.shortenedurl |
---|---|
ArtifactId | ArtifactIdshortenedurl-api |
Version | Version1.1.0-rc03 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/shortenedurl-api/ -->
<dependency>
<groupId>org.sakaiproject.shortenedurl</groupId>
<artifactId>shortenedurl-api</artifactId>
<version>1.1.0-rc03</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/shortenedurl-api/
implementation 'org.sakaiproject.shortenedurl:shortenedurl-api:1.1.0-rc03'
// https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/shortenedurl-api/
implementation ("org.sakaiproject.shortenedurl:shortenedurl-api:1.1.0-rc03")
'org.sakaiproject.shortenedurl:shortenedurl-api:jar:1.1.0-rc03'
<dependency org="org.sakaiproject.shortenedurl" name="shortenedurl-api" rev="1.1.0-rc03">
<artifact name="shortenedurl-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.shortenedurl', module='shortenedurl-api', version='1.1.0-rc03')
)
libraryDependencies += "org.sakaiproject.shortenedurl" % "shortenedurl-api" % "1.1.0-rc03"
[org.sakaiproject.shortenedurl/shortenedurl-api "1.1.0-rc03"]