License |
License |
---|---|
GroupId | GroupIdorg.membrane-soa |
ArtifactId | ArtifactIdservice-proxy-parent |
Last Version | Last Version4.8.8 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionservice-proxy-parent
Membrane Service Proxy is an open source, reverse HTTP proxy framework written in Java, licensed under ASF 2.0, that can be used as
- Service Virtualization layer
- an API Gateway
- a synchronous ESB for HTTP based Integration
- a Security Proxy
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
service-proxy-parent-4.8.8.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.membrane-soa/service-proxy-parent/ -->
<dependency>
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<version>4.8.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.membrane-soa/service-proxy-parent/
implementation 'org.membrane-soa:service-proxy-parent:4.8.8'
// https://jarcasting.com/artifacts/org.membrane-soa/service-proxy-parent/
implementation ("org.membrane-soa:service-proxy-parent:4.8.8")
'org.membrane-soa:service-proxy-parent:pom:4.8.8'
<dependency org="org.membrane-soa" name="service-proxy-parent" rev="4.8.8">
<artifact name="service-proxy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.membrane-soa', module='service-proxy-parent', version='4.8.8')
)
libraryDependencies += "org.membrane-soa" % "service-proxy-parent" % "4.8.8"
[org.membrane-soa/service-proxy-parent "4.8.8"]