<dependency> <groupId>org.xpathqs</groupId> <artifactId>web</artifactId> <version>0.1.2</version> </dependency>
implementation 'org.xpathqs:web:0.1.2'
implementation("org.xpathqs:web:0.1.2")
libraryDependencies += "org.xpathqs" % "web" % "0.1.2"
@Grapes( @Grab(group='org.xpathqs', module='web', version='0.1.2') )
<dependency org="org.xpathqs" name="web" rev="0.1.2" />
[org.xpathqs/web "0.1.2"]
'org.xpathqs:web:jar:0.1.2'
compile
|-- org.xpathqs:core:0.1.2
|-- org.xpathqs:driver:0.1.2
|-- org.xpathqs:log:0.1.2
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib:1.5.0
|-- net.sourceforge.nekohtml:nekohtml:1.9.22