License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.wso2.carbon.commons |
ArtifactId | ArtifactIddata-bridge |
Version | Version4.4.9 |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Data Bridge
Use a common event format and send events backend servers
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
data-bridge-4.4.9.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/data-bridge/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>data-bridge</artifactId>
<version>4.4.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/data-bridge/
implementation 'org.wso2.carbon.commons:data-bridge:4.4.9'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/data-bridge/
implementation ("org.wso2.carbon.commons:data-bridge:4.4.9")
'org.wso2.carbon.commons:data-bridge:pom:4.4.9'
<dependency org="org.wso2.carbon.commons" name="data-bridge" rev="4.4.9">
<artifact name="data-bridge" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='data-bridge', version='4.4.9')
)
libraryDependencies += "org.wso2.carbon.commons" % "data-bridge" % "4.4.9"
[org.wso2.carbon.commons/data-bridge "4.4.9"]