License |
License |
---|---|
GroupId | GroupIdorg.jbehave |
ArtifactId | ArtifactIdjbehave-spring |
Last Version | Last Version5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJBehave Spring
Extension of JBehave Core that supports Spring dependency injection
|
Filename | Size |
---|---|
jbehave-spring-5.0.pom | |
jbehave-spring-5.0.jar | 11 KB |
jbehave-spring-5.0-sources.jar | 7 KB |
jbehave-spring-5.0-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbehave/jbehave-spring/ -->
<dependency>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-spring</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbehave/jbehave-spring/
implementation 'org.jbehave:jbehave-spring:5.0'
// https://jarcasting.com/artifacts/org.jbehave/jbehave-spring/
implementation ("org.jbehave:jbehave-spring:5.0")
'org.jbehave:jbehave-spring:jar:5.0'
<dependency org="org.jbehave" name="jbehave-spring" rev="5.0">
<artifact name="jbehave-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbehave', module='jbehave-spring', version='5.0')
)
libraryDependencies += "org.jbehave" % "jbehave-spring" % "5.0"
[org.jbehave/jbehave-spring "5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jbehave : jbehave-core | jar | 5.0 |
org.springframework : spring-context | jar | 5.3.19 |
org.springframework : spring-aop Optional | jar | 5.3.19 |
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjrt | jar | 1.9.9.1 |
org.aspectj : aspectjweaver | jar | 1.9.9.1 |
org.hamcrest : hamcrest | jar | 2.2 |
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.mockito : mockito-junit-jupiter | jar | 4.5.1 |