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