| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdorg.jbehave |
| ArtifactId | ArtifactIdjbehave-ant |
| Version | Version2.5.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jbehave-ant-2.5.6.pom | |
| jbehave-ant-2.5.6.jar | 8 KB |
| jbehave-ant-2.5.6-sources.jar | 16 KB |
| jbehave-ant-2.5.6-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jbehave/jbehave-ant/ -->
<dependency>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-ant</artifactId>
<version>2.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbehave/jbehave-ant/
implementation 'org.jbehave:jbehave-ant:2.5.6'
// https://jarcasting.com/artifacts/org.jbehave/jbehave-ant/
implementation ("org.jbehave:jbehave-ant:2.5.6")
'org.jbehave:jbehave-ant:jar:2.5.6'
<dependency org="org.jbehave" name="jbehave-ant" rev="2.5.6">
<artifact name="jbehave-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbehave', module='jbehave-ant', version='2.5.6')
)
libraryDependencies += "org.jbehave" % "jbehave-ant" % "2.5.6"
[org.jbehave/jbehave-ant "2.5.6"]