MVN

net.mahdilamb : colormap

Maven & Gradle

May 15, 2021
10 stars

Colormap · A Java-based colormap generator.

<dependency>
    <groupId>net.mahdilamb</groupId>
    <artifactId>colormap</artifactId>
    <version>0.9.61</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.mahdilamb : colormap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.61

All Versions

Choose a version of net.mahdilamb : colormap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
colormap-0.9.511
colormap-0.9.61
colormap-0.9.51
colormap-0.9.50
colormap-0.9.45
colormap-0.9.44
colormap-0.9.43
colormap-0.9.42
colormap-0.9.41
colormap-0.9.30
colormap-0.9.29
colormap-0.9.28
colormap-0.9.27
colormap-0.9.26
colormap-0.9.25
colormap-0.9.24
colormap-0.9.23
colormap-0.9.22
colormap-0.9.21
colormap-0.9.6
colormap-0.9.4
colormap-0.9.2
colormap-0.9.1
colormap-0.9.0

How to add a dependency to Maven

Add the following net.mahdilamb : colormap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.mahdilamb</groupId>
    <artifactId>colormap</artifactId>
    <version>0.9.61</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.mahdilamb : colormap gradle dependency to your build.gradle file:

implementation 'net.mahdilamb:colormap:0.9.61'

Gradle Kotlin DSL: Add the following net.mahdilamb : colormap gradle kotlin dependency to your build.gradle.kts file:

implementation("net.mahdilamb:colormap:0.9.61")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.mahdilamb : colormap sbt scala dependency to your build.sbt file:

libraryDependencies += "net.mahdilamb" % "colormap" % "0.9.61"

Advertisement