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