Apache Commons Imaging

Apache Commons Imaging (previously Sanselan) is a pure-Java image library.

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-imaging
Last Version

Last Version

1.0-alpha3
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Commons Imaging
Apache Commons Imaging (previously Sanselan) is a pure-Java image library.
Project URL

Project URL

https://commons.apache.org/proper/commons-imaging/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://gitbox.apache.org/repos/asf?p=commons-imaging.git

Download commons-imaging

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
org.hamcrest : hamcrest jar 2.2
commons-io : commons-io jar 2.11.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-alpha3
1.0-alpha2
1.0-alpha1