MVN

app.moreo : ultimate-color-library-core

Maven & Gradle

Jun 19, 2023
1 stars

Ultimate Color Library · A library for color manipulation and interpolation

<dependency>
    <groupId>app.moreo</groupId>
    <artifactId>ultimate-color-library-core</artifactId>
    <version>0.0.6-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.moreo : ultimate-color-library-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.6-alpha
  • Latest Alpha: 0.0.6-alpha

All Versions

Choose a version of app.moreo : ultimate-color-library-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
ultimate-color-library-core-0.0.6-alpha
unspecified
ultimate-color-library-core-unspecified

How to add a dependency to Maven

Add the following app.moreo : ultimate-color-library-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.moreo</groupId>
    <artifactId>ultimate-color-library-core</artifactId>
    <version>0.0.6-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.moreo : ultimate-color-library-core gradle dependency to your build.gradle file:

implementation 'app.moreo:ultimate-color-library-core:0.0.6-alpha'

Gradle Kotlin DSL: Add the following app.moreo : ultimate-color-library-core gradle kotlin dependency to your build.gradle.kts file:

implementation("app.moreo:ultimate-color-library-core:0.0.6-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.moreo : ultimate-color-library-core sbt scala dependency to your build.sbt file:

libraryDependencies += "app.moreo" % "ultimate-color-library-core" % "0.0.6-alpha"