b

blurhash

BlurHash support for iOS, Android and JVM via Kotlin Multiplatform
https://github.com/vanniktech/blurhash
MIT
Niklas Baudy
Files download
File Operation
blurhash-0.3.0.jar download
blurhash-0.3.0.pom download
blurhash-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vanniktech</groupId>
  <artifactId>blurhash</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.vanniktech:blurhash:0.3.0'
Gradle Kotlin
implementation("com.vanniktech:blurhash:0.3.0")
Scala SBT
libraryDependencies += "com.vanniktech" % "blurhash" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.vanniktech', module='blurhash', version='0.3.0')
)
Apache Ivy
<dependency org="com.vanniktech" name="blurhash" rev="0.3.0" />
Leiningen
[com.vanniktech/blurhash "0.3.0"]
Apache Buildr
'com.vanniktech:blurhash:jar:0.3.0'