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