| Лицензия |
Лицензия
The Apache Software License, Version 2.0
|
|---|---|
| Группа | Группаcom.googlecode.cedar-common |
| Идентификатор | Идентификаторcedar-common-testutil |
| Последняя версия | Последняя версия5.8.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCedar Common Test Utilities
Utility code for use with junit, such as assertions and test setup mechanisms.
|
| Имя Файла | Размер |
|---|---|
| cedar-common-testutil-5.8.4.pom | |
| cedar-common-testutil-5.8.4.jar | 15 KB |
| cedar-common-testutil-5.8.4-sources.jar | 8 KB |
| cedar-common-testutil-5.8.4-javadoc.jar | 46 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/ -->
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>cedar-common-testutil</artifactId>
<version>5.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/
implementation 'com.googlecode.cedar-common:cedar-common-testutil:5.8.4'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/cedar-common-testutil/
implementation ("com.googlecode.cedar-common:cedar-common-testutil:5.8.4")
'com.googlecode.cedar-common:cedar-common-testutil:jar:5.8.4'
<dependency org="com.googlecode.cedar-common" name="cedar-common-testutil" rev="5.8.4">
<artifact name="cedar-common-testutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='cedar-common-testutil', version='5.8.4')
)
libraryDependencies += "com.googlecode.cedar-common" % "cedar-common-testutil" % "5.8.4"
[com.googlecode.cedar-common/cedar-common-testutil "5.8.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.10.8 |
| javax.servlet : servlet-api | jar | 2.5 |
| com.googlecode.cedar-common : cedar-common-util | jar | 5.8.4 |
| org.springframework : spring-test | jar | 3.2.9.RELEASE |