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