Atlas

Plain-and-simple binary transformer for Java artifacts

Лицензия

Лицензия

Группа

Группа

org.cadixdev
Идентификатор

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

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

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

0.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Atlas
Plain-and-simple binary transformer for Java artifacts
Ссылка на сайт

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

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

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

https://github.com/CadixDev/Atlas

Скачать atlas

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.cadixdev : bombe jar 0.3.5
org.cadixdev : bombe-asm jar 0.3.5

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

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

Atlas

Atlas is a plain-and-simple binary transformer for Java artifacts, providing a simple API to manipulate Jars as you see fit.

try (final Atlas atlas = new Atlas()) {
    atlas.install(ctx -> new JarEntryRemappingTransformer(
        new LorenzRemapper(mappings)
    ));
    atlas.run(Paths.get("input.jar"), Paths.get("output.jar"));
}

License

Atlas is made available under the Mozilla Public License 2.0, you can find a copy within Atlas' binary, or within this repository.

org.cadixdev

Cadix Dev Team

A collection of OSS projects related to the analysis of Java software.

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

Версия
0.2.2
0.2.1
0.2.0
0.1.0