MVN

org.slimecraft : Bedrock

Maven & Gradle

Apr 16, 2024

Bedrock · This is a library that simplifies the process of Minecraft plugin creation with the Paper API for the latest versions.

<dependency>
    <groupId>org.slimecraft</groupId>
    <artifactId>Bedrock</artifactId>
    <version>1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.slimecraft : Bedrock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1

All Versions

Choose a version of org.slimecraft : Bedrock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1
Bedrock-1

How to add a dependency to Maven

Add the following org.slimecraft : Bedrock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.slimecraft</groupId>
    <artifactId>Bedrock</artifactId>
    <version>1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.slimecraft : Bedrock gradle dependency to your build.gradle file:

implementation 'org.slimecraft:Bedrock:1'

Gradle Kotlin DSL: Add the following org.slimecraft : Bedrock gradle kotlin dependency to your build.gradle.kts file:

implementation("org.slimecraft:Bedrock:1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.slimecraft : Bedrock sbt scala dependency to your build.sbt file:

libraryDependencies += "org.slimecraft" % "Bedrock" % "1"

Advertisement