License |
License |
---|---|
GroupId | GroupIdcom.brettonw.bedrock |
ArtifactId | ArtifactIdtest-server |
Version | Version1.0.6 |
Type | Typewar |
Description |
DescriptionTest Server
A foundation for rapidly building microservices with client interactions.
|
Filename | Size |
---|---|
test-server-1.0.6.pom | |
test-server-1.0.6.war | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/test-server/ -->
<dependency>
<groupId>com.brettonw.bedrock</groupId>
<artifactId>test-server</artifactId>
<version>1.0.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/test-server/
implementation 'com.brettonw.bedrock:test-server:1.0.6'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/test-server/
implementation ("com.brettonw.bedrock:test-server:1.0.6")
'com.brettonw.bedrock:test-server:war:1.0.6'
<dependency org="com.brettonw.bedrock" name="test-server" rev="1.0.6">
<artifact name="test-server" type="war" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='test-server', version='1.0.6')
)
libraryDependencies += "com.brettonw.bedrock" % "test-server" % "1.0.6"
[com.brettonw.bedrock/test-server "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.brettonw.bedrock : bag | jar | 1.0.6 |
com.brettonw.bedrock : service-base | jar | 1.0.6 |
org.apache.logging.log4j : log4j-core | jar | RELEASE |
org.apache.logging.log4j : log4j-api | jar | RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.projectlombok : lombok | jar | 1.16.12 |
Group / Artifact | Type | Version |
---|---|---|
com.brettonw.bedrock : servlet-tester | jar | 1.0.6 |
junit : junit | jar | RELEASE |