is not current version
Last Version 0.0.2

cn.psoho:JIL 0.0.1

The JIL(Java Imaging Library) make image processing easier.

GroupId

GroupId

cn.psoho
ArtifactId

ArtifactId

JIL
Version

Version

0.0.1
Type

Type

jar

Download JIL 0.0.1


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