is not current version
Last Version 4.1.0

io.cucumber:tag-expressions 4.0.0

Parses boolean infix expressions

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

io.cucumber
ArtifactId

ArtifactId

tag-expressions
Version

Version

4.0.0
Type

Type

jar

Download tag-expressions 4.0.0


<!-- https://jarcasting.com/artifacts/io.cucumber/tag-expressions/ -->
<dependency>
    <groupId>io.cucumber</groupId>
    <artifactId>tag-expressions</artifactId>
    <version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/tag-expressions/
implementation 'io.cucumber:tag-expressions:4.0.0'
// https://jarcasting.com/artifacts/io.cucumber/tag-expressions/
implementation ("io.cucumber:tag-expressions:4.0.0")
'io.cucumber:tag-expressions:jar:4.0.0'
<dependency org="io.cucumber" name="tag-expressions" rev="4.0.0">
  <artifact name="tag-expressions" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='tag-expressions', version='4.0.0')
)
libraryDependencies += "io.cucumber" % "tag-expressions" % "4.0.0"
[io.cucumber/tag-expressions "4.0.0"]