MVN

no.tornado.brap : brap

Maven & Gradle

Jan 18, 2013

BRAP · BRAP is a Java and Android remoting protocol that uses native Java object serialization, encapsulated in HTTP. It aims to be an alternative to Spring HttpInvoker and Spring Security especially when you don't need or want the dependencies of Spring in your client, for example when building a rich client app or an Android app where size is important. The authentication mechanism lets you use your own domain objects as credentials. Server configuration can be expressed solely in web.xml or by subclassing the ProxyServlet but there is also an optional SpringProxyServlet available for seamless Spring Integration. BRAP focuses on being easy to use, small in size (9 kb), yet powerful and extensible. The client uses a pluggable TransportProvider with default implementations for HttpURLConnection and Apache HttpClient.

<dependency>
    <groupId>no.tornado.brap</groupId>
    <artifactId>brap</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.tornado.brap : brap to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of no.tornado.brap : brap to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
brap-1.0.1
1.0
brap-1.0
0.9.x
brap-0.9.3
brap-0.9.2
brap-0.9.1
0.9
brap-0.9

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>no.tornado.brap</groupId>
    <artifactId>brap</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement