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