Last Version

ICNS Project Root 1.1

A pure Java implementation of tools for working with Apple Icon Image format icons.

License

License

GroupId

GroupId

com.github.gino0631
ArtifactId

ArtifactId

icns-root
Version

Version

1.1
Type

Type

pom
Description

Description

ICNS Project Root
A pure Java implementation of tools for working with Apple Icon Image format icons.
Project URL

Project URL

https://github.com/gino0631/icns
Source Code Management

Source Code Management

https://github.com/gino0631/icns

Download icns-root 1.1

Filename Size
icns-root-1.1.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.gino0631/icns-root/ -->
<dependency>
    <groupId>com.github.gino0631</groupId>
    <artifactId>icns-root</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gino0631/icns-root/
implementation 'com.github.gino0631:icns-root:1.1'
// https://jarcasting.com/artifacts/com.github.gino0631/icns-root/
implementation ("com.github.gino0631:icns-root:1.1")
'com.github.gino0631:icns-root:pom:1.1'
<dependency org="com.github.gino0631" name="icns-root" rev="1.1">
  <artifact name="icns-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gino0631', module='icns-root', version='1.1')
)
libraryDependencies += "com.github.gino0631" % "icns-root" % "1.1"
[com.github.gino0631/icns-root "1.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • icns-core
  • icns-maven-plugin