<dependency> <groupId>org.xpathqs</groupId> <artifactId>gwt</artifactId> <version>0.2.2</version> </dependency>
implementation 'org.xpathqs:gwt:0.2.2'
implementation("org.xpathqs:gwt:0.2.2")
libraryDependencies += "org.xpathqs" % "gwt" % "0.2.2"
@Grapes( @Grab(group='org.xpathqs', module='gwt', version='0.2.2') )
<dependency org="org.xpathqs" name="gwt" rev="0.2.2" />
[org.xpathqs/gwt "0.2.2"]
'org.xpathqs:gwt:jar:0.2.2'
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib:1.6.0
|-- org.xpathqs:log:0.1.1
|-- org.jetbrains.kotlin:kotlin-test-junit5:1.6.0