GroupId | GroupIdorg.wso2.am.microgw |
---|---|
ArtifactId | ArtifactIdmgw-interceptor |
Version | Version3.2.0-alpha |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.am.microgw/mgw-interceptor/ -->
<dependency>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>mgw-interceptor</artifactId>
<version>3.2.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.am.microgw/mgw-interceptor/
implementation 'org.wso2.am.microgw:mgw-interceptor:3.2.0-alpha'
// https://jarcasting.com/artifacts/org.wso2.am.microgw/mgw-interceptor/
implementation ("org.wso2.am.microgw:mgw-interceptor:3.2.0-alpha")
'org.wso2.am.microgw:mgw-interceptor:jar:3.2.0-alpha'
<dependency org="org.wso2.am.microgw" name="mgw-interceptor" rev="3.2.0-alpha">
<artifact name="mgw-interceptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.am.microgw', module='mgw-interceptor', version='3.2.0-alpha')
)
libraryDependencies += "org.wso2.am.microgw" % "mgw-interceptor" % "3.2.0-alpha"
[org.wso2.am.microgw/mgw-interceptor "3.2.0-alpha"]