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