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