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