GroupId | GroupIdorg.sakaiproject.shortenedurl |
---|---|
ArtifactId | ArtifactIdshortenedurl-api |
Version | Version19.4 |
Type | Typejar |
Filename | Size |
---|---|
shortenedurl-api-19.4.pom | |
shortenedurl-api-19.4.jar | 5 KB |
shortenedurl-api-19.4-sources.jar | 6 KB |
shortenedurl-api-19.4-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/shortenedurl-api/ -->
<dependency>
<groupId>org.sakaiproject.shortenedurl</groupId>
<artifactId>shortenedurl-api</artifactId>
<version>19.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/shortenedurl-api/
implementation 'org.sakaiproject.shortenedurl:shortenedurl-api:19.4'
// https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/shortenedurl-api/
implementation ("org.sakaiproject.shortenedurl:shortenedurl-api:19.4")
'org.sakaiproject.shortenedurl:shortenedurl-api:jar:19.4'
<dependency org="org.sakaiproject.shortenedurl" name="shortenedurl-api" rev="19.4">
<artifact name="shortenedurl-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.shortenedurl', module='shortenedurl-api', version='19.4')
)
libraryDependencies += "org.sakaiproject.shortenedurl" % "shortenedurl-api" % "19.4"
[org.sakaiproject.shortenedurl/shortenedurl-api "19.4"]