is not current version
Last Version 2.1

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

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

GroupId

GroupId

com.github.hageldave.imagingkit
ArtifactId

ArtifactId

imagingkit-core
Version

Version

1.2
Type

Type

jar

Download imagingkit-core 1.2


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