f

fastnoise

An extensible reimplementation of Auburn's FastNoise library
https://github.com/PersonTheCat/FastNoise
MIT
Dalton Richardson
Files download
File Operation
fastnoise-0.9.jar download
fastnoise-0.9.pom download
fastnoise-0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.personthecat</groupId>
  <artifactId>fastnoise</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'com.personthecat:fastnoise:0.9'
Gradle Kotlin
implementation("com.personthecat:fastnoise:0.9")
Scala SBT
libraryDependencies += "com.personthecat" % "fastnoise" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.personthecat', module='fastnoise', version='0.9')
)
Apache Ivy
<dependency org="com.personthecat" name="fastnoise" rev="0.9" />
Leiningen
[com.personthecat/fastnoise "0.9"]
Apache Buildr
'com.personthecat:fastnoise:jar:0.9'
Dependencies
The project has no third-party dependencies