License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.github.ngeor |
ArtifactId | ArtifactIdspring-test-utils |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-test-utils
Testing utilities for Spring
|
Filename | Size |
---|---|
spring-test-utils-1.3.0.pom | |
spring-test-utils-1.3.0.jar | 10 KB |
spring-test-utils-1.3.0-sources.jar | 7 KB |
spring-test-utils-1.3.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ngeor/spring-test-utils/ -->
<dependency>
<groupId>com.github.ngeor</groupId>
<artifactId>spring-test-utils</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ngeor/spring-test-utils/
implementation 'com.github.ngeor:spring-test-utils:1.3.0'
// https://jarcasting.com/artifacts/com.github.ngeor/spring-test-utils/
implementation ("com.github.ngeor:spring-test-utils:1.3.0")
'com.github.ngeor:spring-test-utils:jar:1.3.0'
<dependency org="com.github.ngeor" name="spring-test-utils" rev="1.3.0">
<artifact name="spring-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ngeor', module='spring-test-utils', version='1.3.0')
)
libraryDependencies += "com.github.ngeor" % "spring-test-utils" % "1.3.0"
[com.github.ngeor/spring-test-utils "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 5.0.7.RELEASE |
org.springframework : spring-test | jar | 5.0.7.RELEASE |
org.hamcrest : hamcrest-core Optional | jar | 1.3 |
org.springframework : spring-context | jar | 5.0.7.RELEASE |
org.assertj : assertj-core | jar | 3.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
org.mockito : mockito-core | jar | 2.17.0 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.springframework : spring-webmvc | jar | 5.0.7.RELEASE |