| License |
License |
|---|---|
| GroupId | GroupIdcn.psoho |
| ArtifactId | ArtifactIdJIL |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJIL
The JIL(Java Imaging Library) make image processing easier.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| JIL-0.0.2.pom | |
| JIL-0.0.2.jar | 8 KB |
| JIL-0.0.2-sources.jar | 4 KB |
| JIL-0.0.2-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.psoho/JIL/ -->
<dependency>
<groupId>cn.psoho</groupId>
<artifactId>JIL</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.psoho/JIL/
implementation 'cn.psoho:JIL:0.0.2'
// https://jarcasting.com/artifacts/cn.psoho/JIL/
implementation ("cn.psoho:JIL:0.0.2")
'cn.psoho:JIL:jar:0.0.2'
<dependency org="cn.psoho" name="JIL" rev="0.0.2">
<artifact name="JIL" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.psoho', module='JIL', version='0.0.2')
)
libraryDependencies += "cn.psoho" % "JIL" % "0.0.2"
[cn.psoho/JIL "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |