GroupId | GroupIdcom.brettonw |
---|---|
ArtifactId | ArtifactIdbag-service-base |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBag Service Base
Bag Service Base is a tool for quickly building lightweight micro-services in Java, using JSON for communications.
|
Filename | Size |
---|---|
bag-service-base-1.0.1.pom | |
bag-service-base-1.0.1.jar | 11 KB |
bag-service-base-1.0.1-sources.jar | 6 KB |
bag-service-base-1.0.1-javadoc.jar | 40 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.brettonw : bag | jar | 5.10.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.brettonw : servlet-tester | jar | 1.2.11 |
org.apache.logging.log4j : log4j-core | jar | RELEASE |