| License |
License |
|---|---|
| GroupId | GroupIdcom.brettonw.bedrock |
| ArtifactId | ArtifactIdlibraries |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionLibraries
A foundation for rapidly building microservices with client interactions.
|
| Filename | Size |
|---|---|
| libraries-2.1.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/libraries/ -->
<dependency>
<groupId>com.brettonw.bedrock</groupId>
<artifactId>libraries</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/libraries/
implementation 'com.brettonw.bedrock:libraries:2.1.0'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/libraries/
implementation ("com.brettonw.bedrock:libraries:2.1.0")
'com.brettonw.bedrock:libraries:pom:2.1.0'
<dependency org="com.brettonw.bedrock" name="libraries" rev="2.1.0">
<artifact name="libraries" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='libraries', version='2.1.0')
)
libraryDependencies += "com.brettonw.bedrock" % "libraries" % "2.1.0"
[com.brettonw.bedrock/libraries "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |