License |
License |
---|---|
GroupId | GroupIdcom.brettonw.bedrock |
ArtifactId | ArtifactIdbedrock |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBedrock
A foundation for rapidly building microservices with client interactions.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bedrock-2.1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/bedrock/ -->
<dependency>
<groupId>com.brettonw.bedrock</groupId>
<artifactId>bedrock</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/bedrock/
implementation 'com.brettonw.bedrock:bedrock:2.1.0'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/bedrock/
implementation ("com.brettonw.bedrock:bedrock:2.1.0")
'com.brettonw.bedrock:bedrock:pom:2.1.0'
<dependency org="com.brettonw.bedrock" name="bedrock" rev="2.1.0">
<artifact name="bedrock" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='bedrock', version='2.1.0')
)
libraryDependencies += "com.brettonw.bedrock" % "bedrock" % "2.1.0"
[com.brettonw.bedrock/bedrock "2.1.0"]