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