Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdwso2-api-manager-client |
Version | Version5.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/wso2-api-manager-client/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>wso2-api-manager-client</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/wso2-api-manager-client/
implementation 'com.github.michaelruocco:wso2-api-manager-client:5.0.1'
// https://jarcasting.com/artifacts/com.github.michaelruocco/wso2-api-manager-client/
implementation ("com.github.michaelruocco:wso2-api-manager-client:5.0.1")
'com.github.michaelruocco:wso2-api-manager-client:jar:5.0.1'
<dependency org="com.github.michaelruocco" name="wso2-api-manager-client" rev="5.0.1">
<artifact name="wso2-api-manager-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='wso2-api-manager-client', version='5.0.1')
)
libraryDependencies += "com.github.michaelruocco" % "wso2-api-manager-client" % "5.0.1"
[com.github.michaelruocco/wso2-api-manager-client "5.0.1"]