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