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