| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.airbnb.okreplay |
| Идентификатор | Идентификаторjunit |
| Версия | Версия1.6.0 |
| Тип | Типjar |
| Описание |
ОписаниеOkReplay JUnit module
JUnit classes for OkReplay
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| junit-1.6.0.pom | |
| junit-1.6.0.jar | 28 KB |
| junit-1.6.0-sources.jar | 6 KB |
| junit-1.6.0-javadoc.jar | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.airbnb.okreplay/junit/ -->
<dependency>
<groupId>com.airbnb.okreplay</groupId>
<artifactId>junit</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.okreplay/junit/
implementation 'com.airbnb.okreplay:junit:1.6.0'
// https://jarcasting.com/artifacts/com.airbnb.okreplay/junit/
implementation ("com.airbnb.okreplay:junit:1.6.0")
'com.airbnb.okreplay:junit:jar:1.6.0'
<dependency org="com.airbnb.okreplay" name="junit" rev="1.6.0">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.okreplay', module='junit', version='1.6.0')
)
libraryDependencies += "com.airbnb.okreplay" % "junit" % "1.6.0"
[com.airbnb.okreplay/junit "1.6.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.airbnb.okreplay : okreplay | jar | 1.6.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.50 |
| junit : junit | jar | 4.12 |