| Группа | Группаcom.github.inspektr |
|---|---|
| Идентификатор | Идентификаторinspektr-audit |
| Версия | Версия1.0.2.GA |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| inspektr-audit-1.0.2.GA.pom | |
| inspektr-audit-1.0.2.GA.jar | 16 KB |
| inspektr-audit-1.0.2.GA-sources.jar | 20 KB |
| inspektr-audit-1.0.2.GA-javadoc.jar | 131 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.inspektr/inspektr-audit/ -->
<dependency>
<groupId>com.github.inspektr</groupId>
<artifactId>inspektr-audit</artifactId>
<version>1.0.2.GA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr-audit/
implementation 'com.github.inspektr:inspektr-audit:1.0.2.GA'
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr-audit/
implementation ("com.github.inspektr:inspektr-audit:1.0.2.GA")
'com.github.inspektr:inspektr-audit:jar:1.0.2.GA'
<dependency org="com.github.inspektr" name="inspektr-audit" rev="1.0.2.GA">
<artifact name="inspektr-audit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.inspektr', module='inspektr-audit', version='1.0.2.GA')
)
libraryDependencies += "com.github.inspektr" % "inspektr-audit" % "1.0.2.GA"
[com.github.inspektr/inspektr-audit "1.0.2.GA"]