<dependency> <groupId>org.xpathqs</groupId> <artifactId>xpathqs-core</artifactId> <version>0.0.2</version> </dependency>
implementation 'org.xpathqs:xpathqs-core:0.0.2'
implementation("org.xpathqs:xpathqs-core:0.0.2")
libraryDependencies += "org.xpathqs" % "xpathqs-core" % "0.0.2"
@Grapes( @Grab(group='org.xpathqs', module='xpathqs-core', version='0.0.2') )
<dependency org="org.xpathqs" name="xpathqs-core" rev="0.0.2" />
[org.xpathqs/xpathqs-core "0.0.2"]
'org.xpathqs:xpathqs-core:jar:0.0.2'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.0
runtime
|-- org.jetbrains.kotlin:kotlin-reflect:1.5.0
|-- org.yaml:snakeyaml:1.28
|-- org.reflections:reflections:0.9.12