GroupId | GroupIdorg.wso2.choreo.connect |
---|---|
ArtifactId | ArtifactIdorg.wso2.choreo.connect.enforcer.commons |
Version | Version1.1.0-m2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.choreo.connect/org.wso2.choreo.connect.enforcer.commons/ -->
<dependency>
<groupId>org.wso2.choreo.connect</groupId>
<artifactId>org.wso2.choreo.connect.enforcer.commons</artifactId>
<version>1.1.0-m2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.choreo.connect/org.wso2.choreo.connect.enforcer.commons/
implementation 'org.wso2.choreo.connect:org.wso2.choreo.connect.enforcer.commons:1.1.0-m2'
// https://jarcasting.com/artifacts/org.wso2.choreo.connect/org.wso2.choreo.connect.enforcer.commons/
implementation ("org.wso2.choreo.connect:org.wso2.choreo.connect.enforcer.commons:1.1.0-m2")
'org.wso2.choreo.connect:org.wso2.choreo.connect.enforcer.commons:jar:1.1.0-m2'
<dependency org="org.wso2.choreo.connect" name="org.wso2.choreo.connect.enforcer.commons" rev="1.1.0-m2">
<artifact name="org.wso2.choreo.connect.enforcer.commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.choreo.connect', module='org.wso2.choreo.connect.enforcer.commons', version='1.1.0-m2')
)
libraryDependencies += "org.wso2.choreo.connect" % "org.wso2.choreo.connect.enforcer.commons" % "1.1.0-m2"
[org.wso2.choreo.connect/org.wso2.choreo.connect.enforcer.commons "1.1.0-m2"]