License |
License |
---|---|
GroupId | GroupIdorg.wso2.am.microgw |
ArtifactId | ArtifactIdcomponents |
Last Version | Last Version3.2.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMicro Gateway - Components
WSO2 is an open source application development software company focused on providing service-oriented
architecture solutions for professional developers.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
components-3.2.2.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.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.am.microgw/components/
implementation 'org.wso2.am.microgw:components:3.2.2'
// https://jarcasting.com/artifacts/org.wso2.am.microgw/components/
implementation ("org.wso2.am.microgw:components:3.2.2")
'org.wso2.am.microgw:components:pom:3.2.2'
<dependency org="org.wso2.am.microgw" name="components" rev="3.2.2">
<artifact name="components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.am.microgw', module='components', version='3.2.2')
)
libraryDependencies += "org.wso2.am.microgw" % "components" % "3.2.2"
[org.wso2.am.microgw/components "3.2.2"]