| License |
License |
|---|---|
| GroupId | GroupIdcom.teketik |
| ArtifactId | ArtifactIdspring-test-context-cache-limiter |
| Version | Versionboot2-v1.0 |
| Type | Typejar |
| Description |
DescriptionSpring Boot Test Context Cache Limiter
Limits the number of contexts created by Spring during tests
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.teketik/spring-test-context-cache-limiter/ -->
<dependency>
<groupId>com.teketik</groupId>
<artifactId>spring-test-context-cache-limiter</artifactId>
<version>boot2-v1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.teketik/spring-test-context-cache-limiter/
implementation 'com.teketik:spring-test-context-cache-limiter:boot2-v1.0'
// https://jarcasting.com/artifacts/com.teketik/spring-test-context-cache-limiter/
implementation ("com.teketik:spring-test-context-cache-limiter:boot2-v1.0")
'com.teketik:spring-test-context-cache-limiter:jar:boot2-v1.0'
<dependency org="com.teketik" name="spring-test-context-cache-limiter" rev="boot2-v1.0">
<artifact name="spring-test-context-cache-limiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.teketik', module='spring-test-context-cache-limiter', version='boot2-v1.0')
)
libraryDependencies += "com.teketik" % "spring-test-context-cache-limiter" % "boot2-v1.0"
[com.teketik/spring-test-context-cache-limiter "boot2-v1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-test | jar | 2.2.13.RELEASE |
| org.springframework : spring-test | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.13.RELEASE |