GroupId | GroupIdcom.github.michaelruocco |
---|---|
ArtifactId | ArtifactIdwso2-car-deployer |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
wso2-car-deployer-1.0.0.pom | |
wso2-car-deployer-1.0.0.jar | 23 KB |
wso2-car-deployer-1.0.0-sources.jar | 11 KB |
wso2-car-deployer-1.0.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/wso2-car-deployer/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>wso2-car-deployer</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/wso2-car-deployer/
implementation 'com.github.michaelruocco:wso2-car-deployer:1.0.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco/wso2-car-deployer/
implementation ("com.github.michaelruocco:wso2-car-deployer:1.0.0")
'com.github.michaelruocco:wso2-car-deployer:jar:1.0.0'
<dependency org="com.github.michaelruocco" name="wso2-car-deployer" rev="1.0.0">
<artifact name="wso2-car-deployer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='wso2-car-deployer', version='1.0.0')
)
libraryDependencies += "com.github.michaelruocco" % "wso2-car-deployer" % "1.0.0"
[com.github.michaelruocco/wso2-car-deployer "1.0.0"]