is not current version
Last Version 4.1.0

io.cucumber:tag-expressions 2.0.4

Parses boolean infix expressions

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

io.cucumber
ArtifactId

ArtifactId

tag-expressions
Version

Version

2.0.4
Type

Type

jar

Download tag-expressions 2.0.4


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