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