is not current version
Last Version 2.1

com.github.hageldave.imagingkit:imagingkit-core 2.0

The ImagingKit-Core artifact provides the core classes of the ImagingKit framework.

GroupId

GroupId

com.github.hageldave.imagingkit
ArtifactId

ArtifactId

imagingkit-core
Version

Version

2.0
Type

Type

jar

Download imagingkit-core 2.0


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