Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.09 KB

readme.md

File metadata and controls

34 lines (25 loc) · 1.09 KB

CI/CD Maven Central GitHub top language Coverage

License EO principles respected here

#Xpath QS Driver

Framework for the interaction with drivers for the xpathqs-core

Usage

Apache Maven

<dependency>
  <groupId>org.xpathqs</groupId>
  <artifactId>driver</artifactId>
  <version>0.1.0</version>
</dependency>

Gradle Kotlin DSL

implementation("org.xpathqs:driver:0.1.0")

Gradle Groovy DSL

implementation 'org.xpathqs:driver:0.1.7=0'