is not current version
Last Version 4.1.0

io.cucumber:tag-expressions 2.0.1

Parses boolean infix expressions

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

io.cucumber
ArtifactId

ArtifactId

tag-expressions
Version

Version

2.0.1
Type

Type

jar

Download tag-expressions 2.0.1


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