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