Categories |
CategoriesJUnit Unit Testing Data |
---|---|
GroupId | GroupIdcom.github.tinesoft |
ArtifactId | ArtifactIdspring-esdata-loader-junit4 |
Version | Version1.0.2 |
Type | Typejar |
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tinesoft/spring-esdata-loader-junit4/
implementation 'com.github.tinesoft:spring-esdata-loader-junit4:1.0.2'
// https://jarcasting.com/artifacts/com.github.tinesoft/spring-esdata-loader-junit4/
implementation ("com.github.tinesoft:spring-esdata-loader-junit4:1.0.2")
'com.github.tinesoft:spring-esdata-loader-junit4:jar:1.0.2'
<dependency org="com.github.tinesoft" name="spring-esdata-loader-junit4" rev="1.0.2">
<artifact name="spring-esdata-loader-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tinesoft', module='spring-esdata-loader-junit4', version='1.0.2')
)
libraryDependencies += "com.github.tinesoft" % "spring-esdata-loader-junit4" % "1.0.2"
[com.github.tinesoft/spring-esdata-loader-junit4 "1.0.2"]