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