| License |
License |
|---|---|
| GroupId | GroupIdcom.github.hageldave.imagingkit |
| ArtifactId | ArtifactIdimagingkit-core |
| Version | Version2.1 |
| Type | Typejar |
| Description |
DescriptionImagingKit-Core
The ImagingKit-Core artifact provides the core classes of the ImagingKit framework.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| imagingkit-core-2.1.pom | |
| imagingkit-core-2.1.jar | 67 KB |
| imagingkit-core-2.1-sources.jar | 64 KB |
| imagingkit-core-2.1-javadoc.jar | 281 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hageldave.imagingkit/imagingkit-core/ -->
<dependency>
<groupId>com.github.hageldave.imagingkit</groupId>
<artifactId>imagingkit-core</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hageldave.imagingkit/imagingkit-core/
implementation 'com.github.hageldave.imagingkit:imagingkit-core:2.1'
// https://jarcasting.com/artifacts/com.github.hageldave.imagingkit/imagingkit-core/
implementation ("com.github.hageldave.imagingkit:imagingkit-core:2.1")
'com.github.hageldave.imagingkit:imagingkit-core:jar:2.1'
<dependency org="com.github.hageldave.imagingkit" name="imagingkit-core" rev="2.1">
<artifact name="imagingkit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hageldave.imagingkit', module='imagingkit-core', version='2.1')
)
libraryDependencies += "com.github.hageldave.imagingkit" % "imagingkit-core" % "2.1"
[com.github.hageldave.imagingkit/imagingkit-core "2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |