retroguard

The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts

Лицензия

Лицензия

MIT
Группа

Группа

com.yworks
Идентификатор

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

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

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

2.10.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

retroguard
The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts
Ссылка на сайт

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

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

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

https://github.com/yWorks/yGuard

Скачать retroguard

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

yGuard

Continous Integration for yGuard

yGuard is an open-source Java obfuscation tool. With yGuard it is easy as pie ( 🍰 ) to configure obfuscation through an extensive ant task.

yGuard is brought to you by yWorks GmbH, creator of the family of graph and diagram visualization frameworks yFiles and other fine products.

Obtaining yGuard

Recent yGuard releases can be downloaded from GitHub, or used from Maven central directly.

Previous releases may still be downloaded from the yWorks download center.

Usage

An online version of this documentation is available.

Additionally, yGuard is distributed with usage instructions. In your distribution, the docs folder contains informtion about yGuard. Browse docs/index.html to view the documentation.

Examples

yGuard comes with a exhaustive set of examples to cover many use cases. Please review the list of examples in the examples directory.

Users of yGuard

Below you will find a list of users relying on yGuard to keep their product secure.

If your product uses yGuard as well and you would like to add it to this list, please contact us.

Development

Building

To build yGuard you will need Java >= 7.

Download the repository and build yGuard using ./gradlew build.

The bundle version (for Ant users) is built using the assembleBundleDist task (e.g ./gradlew assembleBundleDist). The assembleBundleDist task comes with a optional parameter to copy documentation (-Pcopy-docs).

In order to build the documentation you will need mkdocs:

pip3 install mkdocs # or use a virtual environment if you prefer
mkdocs build

Using IntellIJ with yGuard

yGuard will be loaded without further ado from IntellIJ thanks to the Gradle integration. Opening the yGuard folder will set up Gradle and mark sources, tests and resources accordingly.

com.yworks

yWorks GmbH

yWorks - the diagramming experts

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

Версия
2.10.0
2.9.2
2.9.1