GroupId | GroupIdcom.sap.apimgmt |
---|---|
ArtifactId | ArtifactIdapim-tct-sdk |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
apim-tct-sdk-1.1.1.pom | |
apim-tct-sdk-1.1.1.zip | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sap.apimgmt/apim-tct-sdk/ -->
<dependency>
<groupId>com.sap.apimgmt</groupId>
<artifactId>apim-tct-sdk</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sap.apimgmt/apim-tct-sdk/
implementation 'com.sap.apimgmt:apim-tct-sdk:1.1.1'
// https://jarcasting.com/artifacts/com.sap.apimgmt/apim-tct-sdk/
implementation ("com.sap.apimgmt:apim-tct-sdk:1.1.1")
'com.sap.apimgmt:apim-tct-sdk:pom:1.1.1'
<dependency org="com.sap.apimgmt" name="apim-tct-sdk" rev="1.1.1">
<artifact name="apim-tct-sdk" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sap.apimgmt', module='apim-tct-sdk', version='1.1.1')
)
libraryDependencies += "com.sap.apimgmt" % "apim-tct-sdk" % "1.1.1"
[com.sap.apimgmt/apim-tct-sdk "1.1.1"]