| License |
License |
|---|---|
| GroupId | GroupIdcom.tngtech.jgiven |
| ArtifactId | ArtifactIdjgiven-spring |
| Last Version | Last Version1.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjgiven-spring
Module for using Spring dependency injection together with JGiven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jgiven-spring-1.2.2.pom | |
| jgiven-spring-1.2.2.jar | 8 KB |
| jgiven-spring-1.2.2-sources.jar | 6 KB |
| jgiven-spring-1.2.2-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-spring/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-spring</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-spring/
implementation 'com.tngtech.jgiven:jgiven-spring:1.2.2'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-spring/
implementation ("com.tngtech.jgiven:jgiven-spring:1.2.2")
'com.tngtech.jgiven:jgiven-spring:jar:1.2.2'
<dependency org="com.tngtech.jgiven" name="jgiven-spring" rev="1.2.2">
<artifact name="jgiven-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-spring', version='1.2.2')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-spring" % "1.2.2"
[com.tngtech.jgiven/jgiven-spring "1.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.3.19 |
| org.springframework : spring-test | jar | 5.3.19 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.35 |
| com.tngtech.jgiven : jgiven-core | jar | 1.2.2 |