is not current version
Last Version 2.1.0

com.brettonw.bedrock:base 1.5.37

Base provides certain definitions that are common across the whole Bedrock family.

GroupId

GroupId

com.brettonw.bedrock
ArtifactId

ArtifactId

base
Version

Version

1.5.37
Type

Type

jar

Download base 1.5.37


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