AppleCommander

A Java library for managing AppleSingle files.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.sf.applecommander
Идентификатор

Идентификатор

applesingle-api
Последняя версия

Последняя версия

1.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

AppleCommander
A Java library for managing AppleSingle files.
Ссылка на сайт

Ссылка на сайт

https://applecommander.github.io/
Система контроля версий

Система контроля версий

https://github.com/AppleCommander/applesingle

Скачать applesingle-api

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.sf.applecommander/applesingle-api/ -->
<dependency>
    <groupId>net.sf.applecommander</groupId>
    <artifactId>applesingle-api</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.applecommander/applesingle-api/
implementation 'net.sf.applecommander:applesingle-api:1.2.1'
// https://jarcasting.com/artifacts/net.sf.applecommander/applesingle-api/
implementation ("net.sf.applecommander:applesingle-api:1.2.1")
'net.sf.applecommander:applesingle-api:jar:1.2.1'
<dependency org="net.sf.applecommander" name="applesingle-api" rev="1.2.1">
  <artifact name="applesingle-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.applecommander', module='applesingle-api', version='1.2.1')
)
libraryDependencies += "net.sf.applecommander" % "applesingle-api" % "1.2.1"
[net.sf.applecommander/applesingle-api "1.2.1"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

AppleSingle

This project is an off-shoot of AppleCommander's support for the AppleSingle format in that there are multiple Java-based tools that can benefit from a pre-built library to support the AppleSingle format.

Subprojects

This project is split into two sub-projects:

  • api is the Java API
  • asu is a command-line tool for manipulating images

Resources

net.sf.applecommander

Версии библиотеки

Версия
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0