j

jj2000

Fork of jpeg2k code from https://code.google.com/p/jj2000/. This is a dependency for support of compression in Grib2 files in netCDF-java and TDS. We welcome bug fixes and other contributions to this code.
https://github.com/Unidata/jj2000
The Apache Software License, Version 2.0
Files download
File Operation
jj2000-5.2.jar download
jj2000-5.2.pom download
jj2000-5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.ucar</groupId>
  <artifactId>jj2000</artifactId>
  <version>5.2</version>
</dependency>
Gradle Groovy
implementation 'edu.ucar:jj2000:5.2'
Gradle Kotlin
implementation("edu.ucar:jj2000:5.2")
Scala SBT
libraryDependencies += "edu.ucar" % "jj2000" % "5.2"
Groovy Grape
@Grapes(
  @Grab(group='edu.ucar', module='jj2000', version='5.2')
)
Apache Ivy
<dependency org="edu.ucar" name="jj2000" rev="5.2" />
Leiningen
[edu.ucar/jj2000 "5.2"]
Apache Buildr
'edu.ucar:jj2000:jar:5.2'
Dependencies
The project has no third-party dependencies