License |
License |
---|---|
GroupId | GroupIdcom.brettonw.bedrock |
ArtifactId | ArtifactIdservice-base |
Version | Version1.6.7 |
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-1.6.7.pom | |
service-base-1.6.7.jar | 19 KB |
service-base-1.6.7-sources.jar | 12 KB |
service-base-1.6.7-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>1.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/service-base/
implementation 'com.brettonw.bedrock:service-base:1.6.7'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/service-base/
implementation ("com.brettonw.bedrock:service-base:1.6.7")
'com.brettonw.bedrock:service-base:jar:1.6.7'
<dependency org="com.brettonw.bedrock" name="service-base" rev="1.6.7">
<artifact name="service-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='service-base', version='1.6.7')
)
libraryDependencies += "com.brettonw.bedrock" % "service-base" % "1.6.7"
[com.brettonw.bedrock/service-base "1.6.7"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.7 |
com.brettonw.bedrock : base | jar | 1.6.7 |
com.brettonw.bedrock : bag | jar | 1.6.7 |
com.brettonw.bedrock : secret | jar | 1.6.7 |
org.apache.logging.log4j : log4j-api | jar | 2.15.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.brettonw.bedrock : servlet-tester | jar | 1.6.7 |
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
org.apache.logging.log4j : log4j-core | jar | 2.15.0 |