is not current version
Last Version 0.0.2

com.github.zakgof:webp4j 0.0.1

Simple Java lib for encoding/decoding WebP image format

GroupId

GroupId

com.github.zakgof
ArtifactId

ArtifactId

webp4j
Version

Version

0.0.1
Type

Type

jar

Download webp4j 0.0.1


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