MVN

us.irdev.bedrock : base

Maven & Gradle

Jul 27, 2023

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

<dependency>
    <groupId>us.irdev.bedrock</groupId>
    <artifactId>base</artifactId>
    <version>2.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.irdev.bedrock : base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.7

All Versions

Choose a version of us.irdev.bedrock : base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
base-2.2.7
base-2.2.6
base-2.2.5
base-2.2.4
base-2.2.3
base-2.2.1

How to add a dependency to Maven

Add the following us.irdev.bedrock : base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>us.irdev.bedrock</groupId>
    <artifactId>base</artifactId>
    <version>2.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.irdev.bedrock : base gradle dependency to your build.gradle file:

implementation 'us.irdev.bedrock:base:2.2.7'

Gradle Kotlin DSL: Add the following us.irdev.bedrock : base gradle kotlin dependency to your build.gradle.kts file:

implementation("us.irdev.bedrock:base:2.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.irdev.bedrock : base sbt scala dependency to your build.sbt file:

libraryDependencies += "us.irdev.bedrock" % "base" % "2.2.7"