GroupId | GroupIdorg.sakaiproject.shortenedurl |
---|---|
ArtifactId | ArtifactIdx |
Version | Version10.6 |
Type | Typewar |
Filename | Size |
---|---|
x-10.6.pom | |
x-10.6.war | 3 KB |
x-10.6-sources.jar | 2 KB |
x-10.6-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/x/ -->
<dependency>
<groupId>org.sakaiproject.shortenedurl</groupId>
<artifactId>x</artifactId>
<version>10.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/x/
implementation 'org.sakaiproject.shortenedurl:x:10.6'
// https://jarcasting.com/artifacts/org.sakaiproject.shortenedurl/x/
implementation ("org.sakaiproject.shortenedurl:x:10.6")
'org.sakaiproject.shortenedurl:x:war:10.6'
<dependency org="org.sakaiproject.shortenedurl" name="x" rev="10.6">
<artifact name="x" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.shortenedurl', module='x', version='10.6')
)
libraryDependencies += "org.sakaiproject.shortenedurl" % "x" % "10.6"
[org.sakaiproject.shortenedurl/x "10.6"]