b

base

Base provides certain definitions that are common across the whole Bedrock family.
https://bedrock.irdev.us/libraries/base/
MIT License
Bretton Wade
Files download
File Operation
base-2.2.6.jar download
base-2.2.6.pom download
base-2.2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>us.irdev.bedrock</groupId>
  <artifactId>base</artifactId>
  <version>2.2.6</version>
</dependency>
Gradle Groovy
implementation 'us.irdev.bedrock:base:2.2.6'
Gradle Kotlin
implementation("us.irdev.bedrock:base:2.2.6")
Scala SBT
libraryDependencies += "us.irdev.bedrock" % "base" % "2.2.6"
Groovy Grape
@Grapes(
  @Grab(group='us.irdev.bedrock', module='base', version='2.2.6')
)
Apache Ivy
<dependency org="us.irdev.bedrock" name="base" rev="2.2.6" />
Leiningen
[us.irdev.bedrock/base "2.2.6"]
Apache Buildr
'us.irdev.bedrock:base:jar:2.2.6'
Dependencies
The project has no third-party dependencies