Brikar RPC rest bindings

A set of libraries for exposing microservices as Spring MVC applications using Jetty as servlet container

License

License

GroupId

GroupId

com.truward.brikar
ArtifactId

ArtifactId

brikar-rpc-rest
Last Version

Last Version

1.8.32
Release Date

Release Date

Type

Type

jar
Description

Description

Brikar RPC rest bindings
A set of libraries for exposing microservices as Spring MVC applications using Jetty as servlet container

Download brikar-rpc-rest

How to add to project

<!-- https://jarcasting.com/artifacts/com.truward.brikar/brikar-rpc-rest/ -->
<dependency>
    <groupId>com.truward.brikar</groupId>
    <artifactId>brikar-rpc-rest</artifactId>
    <version>1.8.32</version>
</dependency>
// https://jarcasting.com/artifacts/com.truward.brikar/brikar-rpc-rest/
implementation 'com.truward.brikar:brikar-rpc-rest:1.8.32'
// https://jarcasting.com/artifacts/com.truward.brikar/brikar-rpc-rest/
implementation ("com.truward.brikar:brikar-rpc-rest:1.8.32")
'com.truward.brikar:brikar-rpc-rest:jar:1.8.32'
<dependency org="com.truward.brikar" name="brikar-rpc-rest" rev="1.8.32">
  <artifact name="brikar-rpc-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truward.brikar', module='brikar-rpc-rest', version='1.8.32')
)
libraryDependencies += "com.truward.brikar" % "brikar-rpc-rest" % "1.8.32"
[com.truward.brikar/brikar-rpc-rest "1.8.32"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework : spring-web jar 4.3.5.RELEASE
com.truward.brikar : brikar-error-response jar 1.8.32
org.slf4j : slf4j-api jar 1.7.22
org.slf4j : jcl-over-slf4j jar 1.7.22

provided (3)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1
javax.servlet : javax.servlet-api jar 3.1.0
commons-logging : commons-logging jar 1.1.1

test (4)

Group / Artifact Type Version
org.springframework : spring-test jar 4.3.5.RELEASE
org.slf4j : slf4j-simple jar 1.7.22
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
1.8.32
1.8.31
1.8.30
1.7.29
1.6.28
1.6.27
1.5.26
1.5.25
1.4.24
1.4.23
1.4.22
1.3.21