o

org.wso2.carbon.registry.event.ws

Event WS Implementation for Carbon
http://wso2.org
Files download
File Operation
org.wso2.carbon.registry.event.ws-4.7.47.jar download
org.wso2.carbon.registry.event.ws-4.7.47.pom download
org.wso2.carbon.registry.event.ws-4.7.47-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.registry</groupId>
  <artifactId>org.wso2.carbon.registry.event.ws</artifactId>
  <version>4.7.47</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.registry:org.wso2.carbon.registry.event.ws:4.7.47'
Gradle Kotlin
implementation("org.wso2.carbon.registry:org.wso2.carbon.registry.event.ws:4.7.47")
Scala SBT
libraryDependencies += "org.wso2.carbon.registry" % "org.wso2.carbon.registry.event.ws" % "4.7.47"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.registry', module='org.wso2.carbon.registry.event.ws', version='4.7.47')
)
Apache Ivy
<dependency org="org.wso2.carbon.registry" name="org.wso2.carbon.registry.event.ws" rev="4.7.47" />
Leiningen
[org.wso2.carbon.registry/org.wso2.carbon.registry.event.ws "4.7.47"]
Apache Buildr
'org.wso2.carbon.registry:org.wso2.carbon.registry.event.ws:jar:4.7.47'