| Категории |
КатегорииJUnit Тестирование компонентов Данные |
|---|---|
| Группа | Группаcom.github.tinesoft |
| Идентификатор | Идентификаторspring-esdata-loader-junit4 |
| Версия | Версия1.0.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.tinesoft/spring-esdata-loader-junit4/ -->
<dependency>
<groupId>com.github.tinesoft</groupId>
<artifactId>spring-esdata-loader-junit4</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tinesoft/spring-esdata-loader-junit4/
implementation 'com.github.tinesoft:spring-esdata-loader-junit4:1.0.3'
// https://jarcasting.com/artifacts/com.github.tinesoft/spring-esdata-loader-junit4/
implementation ("com.github.tinesoft:spring-esdata-loader-junit4:1.0.3")
'com.github.tinesoft:spring-esdata-loader-junit4:jar:1.0.3'
<dependency org="com.github.tinesoft" name="spring-esdata-loader-junit4" rev="1.0.3">
<artifact name="spring-esdata-loader-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tinesoft', module='spring-esdata-loader-junit4', version='1.0.3')
)
libraryDependencies += "com.github.tinesoft" % "spring-esdata-loader-junit4" % "1.0.3"
[com.github.tinesoft/spring-esdata-loader-junit4 "1.0.3"]