#Xpath QS Driver
Framework for the interaction with drivers for the xpathqs-core
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'