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