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

Tool :: ClassDep 3.1.0

Tool used to analyze a set of classes and determine on what other classes they directly or indirectly depend. Typically this tool is used to compute the necessary and sufficient set of classes to include in a JAR file, for use in the class path of a client or service, or for use in the codebase of a client or service. The tool starts with a set of "root" classes and recursively computes a dependency graph, finding all of the classes referenced directly by the root classes, finding all of the classes referenced in turn by those classes, and so on, until no new classes are found or until classes that are not of interest are found. The normal output of the tool is a list of all of the classes in the dependency graph. The output from this command can be used as input to the jar tool, to create a JAR file containing precisely those classes.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

au.net.zeus.jgdms.tools
Идентификатор

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

classdep
Версия

Версия

3.1.0
Тип

Тип

jar
Описание

Описание

Tool :: ClassDep
Tool used to analyze a set of classes and determine on what other classes they directly or indirectly depend. Typically this tool is used to compute the necessary and sufficient set of classes to include in a JAR file, for use in the class path of a client or service, or for use in the codebase of a client or service. The tool starts with a set of "root" classes and recursively computes a dependency graph, finding all of the classes referenced directly by the root classes, finding all of the classes referenced in turn by those classes, and so on, until no new classes are found or until classes that are not of interest are found. The normal output of the tool is a list of all of the classes in the dependency graph. The output from this command can be used as input to the jar tool, to create a JAR file containing precisely those classes.

Скачать classdep 3.1.0


<!-- https://jarcasting.com/artifacts/au.net.zeus.jgdms.tools/classdep/ -->
<dependency>
    <groupId>au.net.zeus.jgdms.tools</groupId>
    <artifactId>classdep</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.net.zeus.jgdms.tools/classdep/
implementation 'au.net.zeus.jgdms.tools:classdep:3.1.0'
// https://jarcasting.com/artifacts/au.net.zeus.jgdms.tools/classdep/
implementation ("au.net.zeus.jgdms.tools:classdep:3.1.0")
'au.net.zeus.jgdms.tools:classdep:jar:3.1.0'
<dependency org="au.net.zeus.jgdms.tools" name="classdep" rev="3.1.0">
  <artifact name="classdep" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.net.zeus.jgdms.tools', module='classdep', version='3.1.0')
)
libraryDependencies += "au.net.zeus.jgdms.tools" % "classdep" % "3.1.0"
[au.net.zeus.jgdms.tools/classdep "3.1.0"]

Зависимости

compile (2)

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

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

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