License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.softlayer.api |
ArtifactId | ArtifactIdsoftlayer-api-client |
Version | Version0.3.2 |
Type | Typejar |
Description |
DescriptionSoftLayer API Client for Java
API client for accessing the SoftLayer API
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.softlayer.api/softlayer-api-client/ -->
<dependency>
<groupId>com.softlayer.api</groupId>
<artifactId>softlayer-api-client</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.softlayer.api/softlayer-api-client/
implementation 'com.softlayer.api:softlayer-api-client:0.3.2'
// https://jarcasting.com/artifacts/com.softlayer.api/softlayer-api-client/
implementation ("com.softlayer.api:softlayer-api-client:0.3.2")
'com.softlayer.api:softlayer-api-client:jar:0.3.2'
<dependency org="com.softlayer.api" name="softlayer-api-client" rev="0.3.2">
<artifact name="softlayer-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softlayer.api', module='softlayer-api-client', version='0.3.2')
)
libraryDependencies += "com.softlayer.api" % "softlayer-api-client" % "0.3.2"
[com.softlayer.api/softlayer-api-client "0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.6.0 |