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