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