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