gherkin-utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>gherkin-utils</artifactId>
<version>10.0.0</version>
</dependency><?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-parent</artifactId>
<version>4.3.7</version>
</parent>
<artifactId>gherkin-utils</artifactId>
<version>10.0.0</version>
<packaging>jar</packaging>
<name>Gherkin Utils</name>
<description>Gherkin utils for doing things such as walking a Gherkin tree or pretty printing Gherkin files.
</description>
<properties>
<project.Automatic-Module-Name>io.cucumber.gherkin.utils</project.Automatic-Module-Name>
<project.build.outputTimestamp>1757696174</project.build.outputTimestamp>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<scm>
<connection>scm:git:git://github.com/cucumber/gherkin-utils.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/gherkin-utils.git</developerConnection>
<url>git://github.com/cucumber/gherkin-utils.git</url>
<tag>v10.0.0</tag>
</scm>
<dependencies>
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>gherkin</artifactId>
<version>[24.1.0,35.0.0)</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.13.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>