| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.trajano.commons |
| Идентификатор | Идентификаторcommons-testing |
| Версия | Версия2.1.0 |
| Тип | Типjar |
| Описание |
ОписаниеCommons Testing
This provides the common unit testing code.
|
| Организация-разработчик |
Организация-разработчикTrajano |
| Имя Файла | Размер |
|---|---|
| commons-testing-2.1.0.pom | |
| commons-testing-2.1.0.jar | 11 KB |
| commons-testing-2.1.0-tests.jar | 38 KB |
| commons-testing-2.1.0-test-sources.jar | 29 KB |
| commons-testing-2.1.0-sources.jar | 8 KB |
| commons-testing-2.1.0-javadoc.jar | 105 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.trajano.commons/commons-testing/ -->
<dependency>
<groupId>net.trajano.commons</groupId>
<artifactId>commons-testing</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.commons/commons-testing/
implementation 'net.trajano.commons:commons-testing:2.1.0'
// https://jarcasting.com/artifacts/net.trajano.commons/commons-testing/
implementation ("net.trajano.commons:commons-testing:2.1.0")
'net.trajano.commons:commons-testing:jar:2.1.0'
<dependency org="net.trajano.commons" name="commons-testing" rev="2.1.0">
<artifact name="commons-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.commons', module='commons-testing', version='2.1.0')
)
libraryDependencies += "net.trajano.commons" % "commons-testing" % "2.1.0"
[net.trajano.commons/commons-testing "2.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : findbugs | jar | 3.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.glassfish.main.extras : glassfish-embedded-all | jar | 4.1 |
| org.mockito : mockito-core | jar | 1.10.19 |