License |
License |
---|---|
GroupId | GroupIdcom.ibm.cloud |
ArtifactId | ArtifactIdscc |
Version | Version1.0.2 |
Type | Typepom |
Description |
DescriptionIBM Cloud Security & Compliance Center Java SDK
Java Client Library to access the IBM Cloud Security & Compliance Center
|
Project URL |
Project URL |
Project Organization |
Project OrganizationIBM Cloud |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scc-1.0.2.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.cloud/scc/ -->
<dependency>
<groupId>com.ibm.cloud</groupId>
<artifactId>scc</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.cloud/scc/
implementation 'com.ibm.cloud:scc:1.0.2'
// https://jarcasting.com/artifacts/com.ibm.cloud/scc/
implementation ("com.ibm.cloud:scc:1.0.2")
'com.ibm.cloud:scc:pom:1.0.2'
<dependency org="com.ibm.cloud" name="scc" rev="1.0.2">
<artifact name="scc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ibm.cloud', module='scc', version='1.0.2')
)
libraryDependencies += "com.ibm.cloud" % "scc" % "1.0.2"
[com.ibm.cloud/scc "1.0.2"]