j

jpeg-segment-finder

Determine the offsets and lengths of metadata segments in a JPEG file
https://github.com/mike10004/jpeg-segment-finder
Apache License 2.0
Mike Chaberski
Files download
File Operation
jpeg-segment-finder-0.6.jar download
jpeg-segment-finder-0.6.pom download
jpeg-segment-finder-0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>jpeg-segment-finder</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:jpeg-segment-finder:0.6'
Gradle Kotlin
implementation("com.github.mike10004:jpeg-segment-finder:0.6")
Scala SBT
libraryDependencies += "com.github.mike10004" % "jpeg-segment-finder" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='jpeg-segment-finder', version='0.6')
)
Apache Ivy
<dependency org="com.github.mike10004" name="jpeg-segment-finder" rev="0.6" />
Leiningen
[com.github.mike10004/jpeg-segment-finder "0.6"]
Apache Buildr
'com.github.mike10004:jpeg-segment-finder:jar:0.6'