не последняя версия
Последняя версия 1.4.0

com.github.jai-imageio:jai-imageio-core 1.3.0

Java Advanced Imaging Image I/O Tools API core, but without the classes involved with javax.media.jai dependencies, JPEG2000 or codecLibJIIO, meaning that this library can be distributed under the modified BSD license and should be GPL compatible.

Группа

Группа

com.github.jai-imageio
Идентификатор

Идентификатор

jai-imageio-core
Версия

Версия

1.3.0
Тип

Тип

jar

Скачать jai-imageio-core 1.3.0


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