License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Data |
GroupId | GroupIdcom.github.tinesoft |
ArtifactId | ArtifactIdspring-esdata-loader-junit4 |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-esdata-loader-junit4
Set of JUnit Rules & Extensions to easily load data to test your spring-data elasticsearch-based projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tinesoft/spring-esdata-loader-junit4/
implementation 'com.github.tinesoft:spring-esdata-loader-junit4:1.1.0'
// https://jarcasting.com/artifacts/com.github.tinesoft/spring-esdata-loader-junit4/
implementation ("com.github.tinesoft:spring-esdata-loader-junit4:1.1.0")
'com.github.tinesoft:spring-esdata-loader-junit4:jar:1.1.0'
<dependency org="com.github.tinesoft" name="spring-esdata-loader-junit4" rev="1.1.0">
<artifact name="spring-esdata-loader-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tinesoft', module='spring-esdata-loader-junit4', version='1.1.0')
)
libraryDependencies += "com.github.tinesoft" % "spring-esdata-loader-junit4" % "1.1.0"
[com.github.tinesoft/spring-esdata-loader-junit4 "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.tinesoft : spring-esdata-loader-core | jar | 1.1.0 |
junit : junit | jar | 4.12 |