| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииKotlin Языки программирования |
| Группа | Группаcom.tomtom.kotlin |
| Идентификатор | Идентификаторtraceevents |
| Последняя версия | Последняя версия1.7.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTrace Events
Trace events offer a flexible way of logging semantic events during the run
of an application.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| traceevents-1.7.1.pom | |
| traceevents-1.7.1.jar | 64 KB |
| traceevents-1.7.1-sources.jar | 20 KB |
| traceevents-1.7.1-javadoc.jar | 61 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tomtom.kotlin/traceevents/ -->
<dependency>
<groupId>com.tomtom.kotlin</groupId>
<artifactId>traceevents</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.kotlin/traceevents/
implementation 'com.tomtom.kotlin:traceevents:1.7.1'
// https://jarcasting.com/artifacts/com.tomtom.kotlin/traceevents/
implementation ("com.tomtom.kotlin:traceevents:1.7.1")
'com.tomtom.kotlin:traceevents:jar:1.7.1'
<dependency org="com.tomtom.kotlin" name="traceevents" rev="1.7.1">
<artifact name="traceevents" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.kotlin', module='traceevents', version='1.7.1')
)
libraryDependencies += "com.tomtom.kotlin" % "traceevents" % "1.7.1"
[com.tomtom.kotlin/traceevents "1.7.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.10 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1-native-mt |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| nl.jqno.equalsverifier : equalsverifier | jar | 3.10 |
| org.mockito : mockito-core | jar | 4.5.1 |
| io.mockk : mockk | jar | 1.12.3 |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 |
| junit : junit | jar | 4.13.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |