rproxy
Reverse proxy for serving static content embedded in the app
License |
License |
---|---|
Categories |
CategoriesNet Other General Purpose Libraries |
GroupId | GroupIdnet.anotheria |
ArtifactId | ArtifactIdrproxy |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDefines various standards for all Anotheria Maven Projects
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rproxy-1.2.pom | |
rproxy-1.2.jar | 93 KB |
rproxy-1.2-sources.jar | 40 KB |
rproxy-1.2-javadoc.jar | 295 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.anotheria/rproxy/ -->
<dependency>
<groupId>net.anotheria</groupId>
<artifactId>rproxy</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.anotheria/rproxy/
implementation 'net.anotheria:rproxy:1.2'
// https://jarcasting.com/artifacts/net.anotheria/rproxy/
implementation ("net.anotheria:rproxy:1.2")
'net.anotheria:rproxy:jar:1.2'
<dependency org="net.anotheria" name="rproxy" rev="1.2">
<artifact name="rproxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anotheria', module='rproxy', version='1.2')
)
libraryDependencies += "net.anotheria" % "rproxy" % "1.2"
[net.anotheria/rproxy "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
net.anotheria : ano-util | jar | 2.1.8 |
org.slf4j : slf4j-api | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
ch.qos.logback : logback-core | jar | 1.2.3 |
net.anotheria : moskito-core | jar | 2.9.1 |
net.anotheria : moskito-aop | jar | 2.9.1 |
net.anotheria : ano-plass | jar | 2.1.4 |
commons-io : commons-io | jar | 2.6 |
net.anotheria : configureme | jar | 2.3.4 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
com.google.code.findbugs : findbugs | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Reverse proxy for serving static content embedded in the app