| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.carmatechnologies.commons |
| Идентификатор | Идентификаторcommons-testing-core |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcommons-testing-core
API to implement to bind logging frameworks.
|
| Имя Файла | Размер |
|---|---|
| commons-testing-core-1.0.1.pom | |
| commons-testing-core-1.0.1.jar | 10 KB |
| commons-testing-core-1.0.1-sources.jar | 5 KB |
| commons-testing-core-1.0.1-javadoc.jar | 64 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.carmatechnologies.commons/commons-testing-core/ -->
<dependency>
<groupId>com.carmatechnologies.commons</groupId>
<artifactId>commons-testing-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.carmatechnologies.commons/commons-testing-core/
implementation 'com.carmatechnologies.commons:commons-testing-core:1.0.1'
// https://jarcasting.com/artifacts/com.carmatechnologies.commons/commons-testing-core/
implementation ("com.carmatechnologies.commons:commons-testing-core:1.0.1")
'com.carmatechnologies.commons:commons-testing-core:jar:1.0.1'
<dependency org="com.carmatechnologies.commons" name="commons-testing-core" rev="1.0.1">
<artifact name="commons-testing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carmatechnologies.commons', module='commons-testing-core', version='1.0.1')
)
libraryDependencies += "com.carmatechnologies.commons" % "commons-testing-core" % "1.0.1"
[com.carmatechnologies.commons/commons-testing-core "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-api | jar | 1.7.7 |