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

org.automon:automon_parent 1.0

Automon combines the power of AOP (AspectJ) with any monitoring or logging tools you already use to declaratively monitor your Java code, the JDK, and dependent libraries.

Категории

Категории

Auto Библиотеки уровня приложения Code Generators Automon Тестирование приложения и мониторинг Monitoring
Группа

Группа

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

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

automon_parent
Версия

Версия

1.0
Тип

Тип

pom

Скачать automon_parent 1.0

Имя Файла Размер
automon_parent-1.0.pom 4 KB
Обзор

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