GroupId | GroupIdorg.wso2.carbon.event-processing |
---|---|
ArtifactId | ArtifactIdapplication-deployer |
Version | Version2.0.2 |
Type | Typepom |
Filename | Size |
---|---|
application-deployer-2.0.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.event-processing/application-deployer/ -->
<dependency>
<groupId>org.wso2.carbon.event-processing</groupId>
<artifactId>application-deployer</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.event-processing/application-deployer/
implementation 'org.wso2.carbon.event-processing:application-deployer:2.0.2'
// https://jarcasting.com/artifacts/org.wso2.carbon.event-processing/application-deployer/
implementation ("org.wso2.carbon.event-processing:application-deployer:2.0.2")
'org.wso2.carbon.event-processing:application-deployer:pom:2.0.2'
<dependency org="org.wso2.carbon.event-processing" name="application-deployer" rev="2.0.2">
<artifact name="application-deployer" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.event-processing', module='application-deployer', version='2.0.2')
)
libraryDependencies += "org.wso2.carbon.event-processing" % "application-deployer" % "2.0.2"
[org.wso2.carbon.event-processing/application-deployer "2.0.2"]