| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов CLI Взаимодействие с пользователем |
| Группа | Группаcom.groupon.roboremote.roboremoteclient |
| Идентификатор | Идентификаторjunit |
| Последняя версия | Последняя версия0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRoboRemote Client JUnit
This is the junit portion of the desktop side component of RoboRemote
|
| Имя Файла | Размер |
|---|---|
| junit-0.4.pom | |
| junit-0.4.jar | 6 KB |
| junit-0.4-sources.jar | 2 KB |
| junit-0.4-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.groupon.roboremote.roboremoteclient/junit/ -->
<dependency>
<groupId>com.groupon.roboremote.roboremoteclient</groupId>
<artifactId>junit</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupon.roboremote.roboremoteclient/junit/
implementation 'com.groupon.roboremote.roboremoteclient:junit:0.4'
// https://jarcasting.com/artifacts/com.groupon.roboremote.roboremoteclient/junit/
implementation ("com.groupon.roboremote.roboremoteclient:junit:0.4")
'com.groupon.roboremote.roboremoteclient:junit:jar:0.4'
<dependency org="com.groupon.roboremote.roboremoteclient" name="junit" rev="0.4">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupon.roboremote.roboremoteclient', module='junit', version='0.4')
)
libraryDependencies += "com.groupon.roboremote.roboremoteclient" % "junit" % "0.4"
[com.groupon.roboremote.roboremoteclient/junit "0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.groupon.roboremote : roboremoteclient | jar | 0.4 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| ch.qos.logback : logback-core | jar | 0.9.29 |
| ch.qos.logback : logback-classic | jar | 0.9.29 |
| ch.qos.logback : logback-examples | jar | 0.9.29 |
| junit : junit | jar | 4.10 |