| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.cetsoft |
| Идентификатор | Идентификаторcaudit |
| Версия | Версия0.0.7 |
| Тип | Типjar |
| Описание |
ОписаниеCaudit
Caudit is a simple library to log application performance, health and statistics in an organized manner.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| caudit-0.0.7.pom | |
| caudit-0.0.7.jar | 34 KB |
| caudit-0.0.7-sources.jar | 28 KB |
| caudit-0.0.7-javadoc.jar | 194 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cetsoft/caudit/ -->
<dependency>
<groupId>com.cetsoft</groupId>
<artifactId>caudit</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.cetsoft/caudit/
implementation 'com.cetsoft:caudit:0.0.7'
// https://jarcasting.com/artifacts/com.cetsoft/caudit/
implementation ("com.cetsoft:caudit:0.0.7")
'com.cetsoft:caudit:jar:0.0.7'
<dependency org="com.cetsoft" name="caudit" rev="0.0.7">
<artifact name="caudit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cetsoft', module='caudit', version='0.0.7')
)
libraryDependencies += "com.cetsoft" % "caudit" % "0.0.7"
[com.cetsoft/caudit "0.0.7"]