| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.clerezza |
| Идентификатор | Идентификаторtest.utils |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеClerezza - API Test Utilities
Utilities to test Clerezza API implementations
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| test.utils-2.0.0.pom | |
| test.utils-2.0.0.jar | 19 KB |
| test.utils-2.0.0-sources.jar | 16 KB |
| test.utils-2.0.0-javadoc.jar | 42 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.clerezza/test.utils/ -->
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>test.utils</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.clerezza/test.utils/
implementation 'org.apache.clerezza:test.utils:2.0.0'
// https://jarcasting.com/artifacts/org.apache.clerezza/test.utils/
implementation ("org.apache.clerezza:test.utils:2.0.0")
'org.apache.clerezza:test.utils:jar:2.0.0'
<dependency org="org.apache.clerezza" name="test.utils" rev="2.0.0">
<artifact name="test.utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.clerezza', module='test.utils', version='2.0.0')
)
libraryDependencies += "org.apache.clerezza" % "test.utils" % "2.0.0"
[org.apache.clerezza/test.utils "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.apache.clerezza : api | jar | 2.0.0 |
| org.apache.clerezza : api-implementation | jar | 2.0.0 |
| commons-lang : commons-lang | jar | 2.6 |