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