MVN

net.rainbowcreation : core-api

Maven & Gradle

Dec 29, 2023
0 stars

RainBowCreationCore API · Api for RainBowCreation Network.

<dependency>
    <groupId>net.rainbowcreation</groupId>
    <artifactId>core-api</artifactId>
    <version>API</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.rainbowcreation : core-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: API

All Versions

Choose a version of net.rainbowcreation : core-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
API
core-api-API

How to add a dependency to Maven

Add the following net.rainbowcreation : core-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.rainbowcreation</groupId>
    <artifactId>core-api</artifactId>
    <version>API</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.rainbowcreation : core-api gradle dependency to your build.gradle file:

implementation 'net.rainbowcreation:core-api:API'

Gradle Kotlin DSL: Add the following net.rainbowcreation : core-api gradle kotlin dependency to your build.gradle.kts file:

implementation("net.rainbowcreation:core-api:API")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.rainbowcreation : core-api sbt scala dependency to your build.sbt file:

libraryDependencies += "net.rainbowcreation" % "core-api" % "API"

Advertisement