| GroupId | GroupIdcom.kony.dbp |
|---|---|
| ArtifactId | ArtifactIdEvent-Dispatcher |
| Version | Version4.2.6 |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| Event-Dispatcher-4.2.6.pom | |
| Event-Dispatcher-4.2.6.jar | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kony.dbp/Event-Dispatcher/ -->
<dependency>
<groupId>com.kony.dbp</groupId>
<artifactId>Event-Dispatcher</artifactId>
<version>4.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.kony.dbp/Event-Dispatcher/
implementation 'com.kony.dbp:Event-Dispatcher:4.2.6'
// https://jarcasting.com/artifacts/com.kony.dbp/Event-Dispatcher/
implementation ("com.kony.dbp:Event-Dispatcher:4.2.6")
'com.kony.dbp:Event-Dispatcher:jar:4.2.6'
<dependency org="com.kony.dbp" name="Event-Dispatcher" rev="4.2.6">
<artifact name="Event-Dispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kony.dbp', module='Event-Dispatcher', version='4.2.6')
)
libraryDependencies += "com.kony.dbp" % "Event-Dispatcher" % "4.2.6"
[com.kony.dbp/Event-Dispatcher "4.2.6"]