is not current version
Last Version 2.1.0

com.brettonw.bedrock:bedrock 1.5.0

A foundation for rapidly building microservices with client interactions.

GroupId

GroupId

com.brettonw.bedrock
ArtifactId

ArtifactId

bedrock
Version

Version

1.5.0
Type

Type

pom

Download bedrock 1.5.0

Filename Size
bedrock-1.5.0.pom 3 KB
Browse

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