GroupId | GroupIdcom.github.michaelruocco |
---|---|
ArtifactId | ArtifactIdwso2-api-publisher-plugin |
Version | Version0.0.3 |
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>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/wso2-api-publisher-plugin/
implementation 'com.github.michaelruocco:wso2-api-publisher-plugin:0.0.3'
// https://jarcasting.com/artifacts/com.github.michaelruocco/wso2-api-publisher-plugin/
implementation ("com.github.michaelruocco:wso2-api-publisher-plugin:0.0.3")
'com.github.michaelruocco:wso2-api-publisher-plugin:jar:0.0.3'
<dependency org="com.github.michaelruocco" name="wso2-api-publisher-plugin" rev="0.0.3">
<artifact name="wso2-api-publisher-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='wso2-api-publisher-plugin', version='0.0.3')
)
libraryDependencies += "com.github.michaelruocco" % "wso2-api-publisher-plugin" % "0.0.3"
[com.github.michaelruocco/wso2-api-publisher-plugin "0.0.3"]