Java ISO Image Creator

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Группа

Группа

com.github.stephenc.java-iso-tools
Идентификатор

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

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

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

1.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java ISO Image Creator
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Скачать jiic

Имя Файла Размер
jiic-1.2.2.pom
jiic-1.2.2.jar 113 KB
jiic-1.2.2-sources.jar 103 KB
jiic-1.2.2-javadoc.jar 406 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/jiic/ -->
<dependency>
    <groupId>com.github.stephenc.java-iso-tools</groupId>
    <artifactId>jiic</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/jiic/
implementation 'com.github.stephenc.java-iso-tools:jiic:1.2.2'
// https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/jiic/
implementation ("com.github.stephenc.java-iso-tools:jiic:1.2.2")
'com.github.stephenc.java-iso-tools:jiic:jar:1.2.2'
<dependency org="com.github.stephenc.java-iso-tools" name="jiic" rev="1.2.2">
  <artifact name="jiic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.java-iso-tools', module='jiic', version='1.2.2')
)
libraryDependencies += "com.github.stephenc.java-iso-tools" % "jiic" % "1.2.2"
[com.github.stephenc.java-iso-tools/jiic "1.2.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.github.stephenc.java-iso-tools : sabre jar 1.2.2

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1
org.codehaus.plexus : plexus-utils jar 2.0.5
com.github.stephenc.java-iso-tools : loopy-vfs jar 1.2.2

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

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

java-iso-tools

This project provides a number of tools for manipulating iso9660 filesystems natively within Java.

Getting started quickly

Visit mvnrepository.com, select the parts you need for your project, and then add that to your build system via Gradle, Maven, or other.

Building from source

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Maven

  • JDK

Installing

Assuming you already have a working JDK and maven install.

Compiling

mvn compile

Running the tests

Note
There are some default tests

Use maven to run existing tests

mvn test

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

Версия
1.2.2