is not current version
Last Version 0.2.2

com.github.tommyettinger:bluegrass 0.1.1

Blue noise textures, both original and pseudo-randomly editable, in pure Java.

GroupId

GroupId

com.github.tommyettinger
ArtifactId

ArtifactId

bluegrass
Version

Version

0.1.1
Type

Type

jar

Download bluegrass 0.1.1


<!-- https://jarcasting.com/artifacts/com.github.tommyettinger/bluegrass/ -->
<dependency>
    <groupId>com.github.tommyettinger</groupId>
    <artifactId>bluegrass</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tommyettinger/bluegrass/
implementation 'com.github.tommyettinger:bluegrass:0.1.1'
// https://jarcasting.com/artifacts/com.github.tommyettinger/bluegrass/
implementation ("com.github.tommyettinger:bluegrass:0.1.1")
'com.github.tommyettinger:bluegrass:jar:0.1.1'
<dependency org="com.github.tommyettinger" name="bluegrass" rev="0.1.1">
  <artifact name="bluegrass" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tommyettinger', module='bluegrass', version='0.1.1')
)
libraryDependencies += "com.github.tommyettinger" % "bluegrass" % "0.1.1"
[com.github.tommyettinger/bluegrass "0.1.1"]