types
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.wdio</groupId>
<artifactId>types</artifactId>
<version>9.19.2</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.at.wdio</groupId>
<artifactId>types</artifactId>
<version>9.19.2</version>
<name>wdio types</name>
<description>Utility package providing type information for a variety of WebdriverIO interfaces</description>
<url>https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-types</url>
<organization>
<name>Christian Bromann <mail@bromann.dev></name>
<url>https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-types</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>christian-bromann</name>
<email>mail@bromann.dev</email>
</developer>
<developer>
<name>wdio-user</name>
<email>bot@webdriver.io</email>
</developer>
<developer>
<name>wswebcreation-nl</name>
<email>wim@wswebcreation.nl</email>
</developer>
</developers>
<scm>
<connection>https://github.com/webdriverio/webdriverio.git</connection>
<developerConnection>https://github.com/webdriverio/webdriverio.git</developerConnection>
<url>https://github.com/webdriverio/webdriverio</url>
</scm>
<issueManagement>
<url>https://github.com/webdriverio/webdriverio/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.types-node.version>[20.1.0,21)</org.mvnpm.at.types-node.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.types</groupId>
<artifactId>node</artifactId>
<version>${org.mvnpm.at.types-node.version}</version>
</dependency>
</dependencies>
</project>