MVN

com.flowpowered : flow-noise

Maven & Gradle

Dec 16, 2014
1 usages
109 stars

Flow Noise · Noise generation library for Java, based on the libnoise C++ library.

<dependency>
    <groupId>com.flowpowered</groupId>
    <artifactId>flow-noise</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.flowpowered : flow-noise to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.flowpowered : flow-noise to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
flow-noise-1.0.0

How to add a dependency to Maven

Add the following com.flowpowered : flow-noise maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.flowpowered</groupId>
    <artifactId>flow-noise</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.flowpowered : flow-noise gradle dependency to your build.gradle file:

implementation 'com.flowpowered:flow-noise:1.0.0'

Gradle Kotlin DSL: Add the following com.flowpowered : flow-noise gradle kotlin dependency to your build.gradle.kts file:

implementation("com.flowpowered:flow-noise:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.flowpowered : flow-noise sbt scala dependency to your build.sbt file:

libraryDependencies += "com.flowpowered" % "flow-noise" % "1.0.0"

Advertisement

Dependencies from Group

Dec 15, 2014
6 usages
50 stars
Jul 30, 2016
5 usages
54 stars
Dec 16, 2014
1 usages
109 stars
Feb 29, 2016
26 stars
Feb 17, 2015
14 stars

Discover Dependencies

Nov 13, 2014
3 usages
11 stars
Sep 20, 2005
3 usages
Aug 13, 2012
1 usages
19 stars
Jun 19, 2014
2 usages
Aug 21, 2013
5 usages
Mar 16, 2015
1 stars