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