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