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