| GroupId | GroupIdcom.quali.cloudshell |
|---|---|
| ArtifactId | ArtifactIdsandbox-api |
| Version | Version1.2.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sandbox-api-1.2.0.7.pom | |
| sandbox-api-1.2.0.7.jar | 32 KB |
| sandbox-api-1.2.0.7-sources.jar | 16 KB |
| sandbox-api-1.2.0.7-javadoc.jar | 169 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.quali.cloudshell/sandbox-api/ -->
<dependency>
<groupId>com.quali.cloudshell</groupId>
<artifactId>sandbox-api</artifactId>
<version>1.2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.quali.cloudshell/sandbox-api/
implementation 'com.quali.cloudshell:sandbox-api:1.2.0.7'
// https://jarcasting.com/artifacts/com.quali.cloudshell/sandbox-api/
implementation ("com.quali.cloudshell:sandbox-api:1.2.0.7")
'com.quali.cloudshell:sandbox-api:jar:1.2.0.7'
<dependency org="com.quali.cloudshell" name="sandbox-api" rev="1.2.0.7">
<artifact name="sandbox-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.quali.cloudshell', module='sandbox-api', version='1.2.0.7')
)
libraryDependencies += "com.quali.cloudshell" % "sandbox-api" % "1.2.0.7"
[com.quali.cloudshell/sandbox-api "1.2.0.7"]