GroupId | GroupIdedu.umd |
---|---|
ArtifactId | ArtifactIdcloud9 |
Version | Version1.4.13 |
Type | Typejar |
Filename | Size |
---|---|
cloud9-1.4.13.pom | |
cloud9-1.4.13.jar | 1 MB |
cloud9-1.4.13-sources.jar | 1019 KB |
cloud9-1.4.13-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.umd/cloud9/ -->
<dependency>
<groupId>edu.umd</groupId>
<artifactId>cloud9</artifactId>
<version>1.4.13</version>
</dependency>
// https://jarcasting.com/artifacts/edu.umd/cloud9/
implementation 'edu.umd:cloud9:1.4.13'
// https://jarcasting.com/artifacts/edu.umd/cloud9/
implementation ("edu.umd:cloud9:1.4.13")
'edu.umd:cloud9:jar:1.4.13'
<dependency org="edu.umd" name="cloud9" rev="1.4.13">
<artifact name="cloud9" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.umd', module='cloud9', version='1.4.13')
)
libraryDependencies += "edu.umd" % "cloud9" % "1.4.13"
[edu.umd/cloud9 "1.4.13"]