| Категории |
КатегорииJUnit Тестирование компонентов |
|---|---|
| Группа | Группаsoftware.betamax |
| Идентификатор | Идентификаторbetamax-junit |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| betamax-junit-2.0.0.pom | |
| betamax-junit-2.0.0.jar | 3 KB |
| betamax-junit-2.0.0-sources.jar | 2 KB |
| betamax-junit-2.0.0-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/software.betamax/betamax-junit/ -->
<dependency>
<groupId>software.betamax</groupId>
<artifactId>betamax-junit</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/software.betamax/betamax-junit/
implementation 'software.betamax:betamax-junit:2.0.0'
// https://jarcasting.com/artifacts/software.betamax/betamax-junit/
implementation ("software.betamax:betamax-junit:2.0.0")
'software.betamax:betamax-junit:jar:2.0.0'
<dependency org="software.betamax" name="betamax-junit" rev="2.0.0">
<artifact name="betamax-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.betamax', module='betamax-junit', version='2.0.0')
)
libraryDependencies += "software.betamax" % "betamax-junit" % "2.0.0"
[software.betamax/betamax-junit "2.0.0"]