GroupId | GroupIdorg.wso2.carbon.commons |
---|---|
ArtifactId | ArtifactIdevent-stubs |
Version | Version4.5.2 |
Type | Typepom |
Filename | Size |
---|---|
event-stubs-4.5.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/event-stubs/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>event-stubs</artifactId>
<version>4.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/event-stubs/
implementation 'org.wso2.carbon.commons:event-stubs:4.5.2'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/event-stubs/
implementation ("org.wso2.carbon.commons:event-stubs:4.5.2")
'org.wso2.carbon.commons:event-stubs:pom:4.5.2'
<dependency org="org.wso2.carbon.commons" name="event-stubs" rev="4.5.2">
<artifact name="event-stubs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='event-stubs', version='4.5.2')
)
libraryDependencies += "org.wso2.carbon.commons" % "event-stubs" % "4.5.2"
[org.wso2.carbon.commons/event-stubs "4.5.2"]