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