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