tap-parser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>tap-parser</artifactId>
<version>18.3.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>tap-parser</artifactId>
<version>18.3.4</version>
<name>tap-parser</name>
<description>parse the test anything protocol</description>
<url>https://github.com/tapjs/tapjs/tree/main/src/parser#readme</url>
<organization>
<name>tap-parser</name>
<url>https://github.com/tapjs/tapjs/tree/main/src/parser#readme</url>
</organization>
<licenses>
<license>
<name>BlueOak-1.0.0</name>
</license>
</licenses>
<developers>
<developer>
<name>isaacs</name>
<email>i@izs.me</email>
</developer>
</developers>
<scm>
<connection>ssh://git@github.com/tapjs/tapjs.git</connection>
<developerConnection>ssh://git@github.com/tapjs/tapjs.git</developerConnection>
<url>ssh://git@github.com/tapjs/tapjs</url>
</scm>
<issueManagement>
<url>https://github.com/tapjs/tapjs/issues</url>
</issueManagement>
<properties>
<org.mvnpm-tap-yaml.version>4.4.2</org.mvnpm-tap-yaml.version>
<org.mvnpm-events-to-array.version>[2.0.3,3)</org.mvnpm-events-to-array.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>events-to-array</artifactId>
<version>${org.mvnpm-events-to-array.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>tap-yaml</artifactId>
<version>${org.mvnpm-tap-yaml.version}</version>
</dependency>
</dependencies>
</project>