| License |
License |
|---|---|
| GroupId | GroupIdcom.brettonw.bedrock |
| ArtifactId | ArtifactIdservice-base |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionService Base
Service Base is a tool for quickly building lightweight micro-services in Java, using JSON for communications.
|
| Filename | Size |
|---|---|
| service-base-2.1.0.pom | |
| service-base-2.1.0.jar | 18 KB |
| service-base-2.1.0-sources.jar | 12 KB |
| service-base-2.1.0-javadoc.jar | 426 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/service-base/ -->
<dependency>
<groupId>com.brettonw.bedrock</groupId>
<artifactId>service-base</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/service-base/
implementation 'com.brettonw.bedrock:service-base:2.1.0'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/service-base/
implementation ("com.brettonw.bedrock:service-base:2.1.0")
'com.brettonw.bedrock:service-base:jar:2.1.0'
<dependency org="com.brettonw.bedrock" name="service-base" rev="2.1.0">
<artifact name="service-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='service-base', version='2.1.0')
)
libraryDependencies += "com.brettonw.bedrock" % "service-base" % "2.1.0"
[com.brettonw.bedrock/service-base "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.8.0 |
| com.brettonw.bedrock : logger | jar | 2.1.0 |
| com.brettonw.bedrock : bag | jar | 2.1.0 |
| com.brettonw.bedrock : secret | jar | 2.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.tomcat : tomcat-servlet-api | jar | 9.0.56 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.brettonw.bedrock : servlet-tester | jar | 2.1.0 |
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |