MVN

com.github.tommyettinger : make_some_noise

Maven & Gradle

Mar 19, 2022
9 stars

make_some_noise · Continuous noise functions in 2D, 3D, 4D, 5D, and 6D

<dependency>
    <groupId>com.github.tommyettinger</groupId>
    <artifactId>make_some_noise</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tommyettinger : make_some_noise to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of com.github.tommyettinger : make_some_noise to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4
make_some_noise-0.4
0.3
make_some_noise-0.3
0.2
make_some_noise-0.2

How to add a dependency to Maven

Add the following com.github.tommyettinger : make_some_noise maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tommyettinger</groupId>
    <artifactId>make_some_noise</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tommyettinger : make_some_noise gradle dependency to your build.gradle file:

implementation 'com.github.tommyettinger:make_some_noise:0.4'

Gradle Kotlin DSL: Add the following com.github.tommyettinger : make_some_noise gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tommyettinger:make_some_noise:0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tommyettinger : make_some_noise sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tommyettinger" % "make_some_noise" % "0.4"