GroupId | GroupIdorg.wso2.am.microgw |
---|---|
ArtifactId | ArtifactIdcomponents |
Version | Version2.5.0-m1 |
Type | Typepom |
Filename | Size |
---|---|
components-2.5.0-m1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.am.microgw/components/ -->
<dependency>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>components</artifactId>
<version>2.5.0-m1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.am.microgw/components/
implementation 'org.wso2.am.microgw:components:2.5.0-m1'
// https://jarcasting.com/artifacts/org.wso2.am.microgw/components/
implementation ("org.wso2.am.microgw:components:2.5.0-m1")
'org.wso2.am.microgw:components:pom:2.5.0-m1'
<dependency org="org.wso2.am.microgw" name="components" rev="2.5.0-m1">
<artifact name="components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.am.microgw', module='components', version='2.5.0-m1')
)
libraryDependencies += "org.wso2.am.microgw" % "components" % "2.5.0-m1"
[org.wso2.am.microgw/components "2.5.0-m1"]