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