| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторtest-spring |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThe test tool for java.
|
| Имя Файла | Размер |
|---|---|
| test-spring-0.0.1.pom | |
| test-spring-0.0.1.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/test-spring/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>test-spring</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/test-spring/
implementation 'com.github.houbb:test-spring:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/test-spring/
implementation ("com.github.houbb:test-spring:0.0.1")
'com.github.houbb:test-spring:jar:0.0.1'
<dependency org="com.github.houbb" name="test-spring" rev="0.0.1">
<artifact name="test-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='test-spring', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "test-spring" % "0.0.1"
[com.github.houbb/test-spring "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.houbb : test-core | jar | 0.0.1 |
| org.springframework : spring-test | jar | 4.3.24.RELEASE |