Bag Service Base

Bag Service Base is a tool for quickly building lightweight micro-services in Java, using JSON for communications.

GroupId

GroupId

com.brettonw
ArtifactId

ArtifactId

bag-service-base
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Bag Service Base
Bag Service Base is a tool for quickly building lightweight micro-services in Java, using JSON for communications.

Download bag-service-base

How to add to project

<!-- https://jarcasting.com/artifacts/com.brettonw/bag-service-base/ -->
<dependency>
    <groupId>com.brettonw</groupId>
    <artifactId>bag-service-base</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw/bag-service-base/
implementation 'com.brettonw:bag-service-base:1.0.1'
// https://jarcasting.com/artifacts/com.brettonw/bag-service-base/
implementation ("com.brettonw:bag-service-base:1.0.1")
'com.brettonw:bag-service-base:jar:1.0.1'
<dependency org="com.brettonw" name="bag-service-base" rev="1.0.1">
  <artifact name="bag-service-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw', module='bag-service-base', version='1.0.1')
)
libraryDependencies += "com.brettonw" % "bag-service-base" % "1.0.1"
[com.brettonw/bag-service-base "1.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.brettonw : bag jar 5.10.5

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (2)

Group / Artifact Type Version
com.brettonw : servlet-tester jar 1.2.11
org.apache.logging.log4j : log4j-core jar RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0