<dependency> <groupId>io.github.toolfactory</groupId> <artifactId>jvm-driver</artifactId> <version>7.1.4</version> </dependency>
implementation 'io.github.toolfactory:jvm-driver:7.1.4'
implementation("io.github.toolfactory:jvm-driver:7.1.4")
libraryDependencies += "io.github.toolfactory" % "jvm-driver" % "7.1.4"
@Grapes( @Grab(group='io.github.toolfactory', module='jvm-driver', version='7.1.4') )
<dependency org="io.github.toolfactory" name="jvm-driver" rev="7.1.4" />
[io.github.toolfactory/jvm-driver "7.1.4"]
'io.github.toolfactory:jvm-driver:jar:7.1.4'
compile
|-- io.github.toolfactory:narcissus:1.0.6
test
|-- org.junit.jupiter:junit-jupiter-engine:5.8.1
|-- org.junit.platform:junit-platform-engine:1.8.0
|-- org.junit.platform:junit-platform-commons:1.8.0
|-- org.junit.platform:junit-platform-runner:1.8.0