GroupId | GroupIdorg.wso2.choreo.connect |
---|---|
ArtifactId | ArtifactIdadapter |
Version | Version1.1.0-m2 |
Type | Typepom |
Filename | Size |
---|---|
adapter-1.1.0-m2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.choreo.connect/adapter/ -->
<dependency>
<groupId>org.wso2.choreo.connect</groupId>
<artifactId>adapter</artifactId>
<version>1.1.0-m2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.choreo.connect/adapter/
implementation 'org.wso2.choreo.connect:adapter:1.1.0-m2'
// https://jarcasting.com/artifacts/org.wso2.choreo.connect/adapter/
implementation ("org.wso2.choreo.connect:adapter:1.1.0-m2")
'org.wso2.choreo.connect:adapter:pom:1.1.0-m2'
<dependency org="org.wso2.choreo.connect" name="adapter" rev="1.1.0-m2">
<artifact name="adapter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.choreo.connect', module='adapter', version='1.1.0-m2')
)
libraryDependencies += "org.wso2.choreo.connect" % "adapter" % "1.1.0-m2"
[org.wso2.choreo.connect/adapter "1.1.0-m2"]