j

jvm-driver

A driver to allow deep interaction with the JVM without any restrictions
https://toolfactory.github.io/jvm-driver/
MIT License
ToolFactory
Luke Hutchison Roberto Gentili
Files download
File Operation
jvm-driver-9.4.9.jar download
jvm-driver-9.4.9.pom download
jvm-driver-9.4.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.toolfactory</groupId>
  <artifactId>jvm-driver</artifactId>
  <version>9.4.9</version>
</dependency>
Gradle Groovy
implementation 'io.github.toolfactory:jvm-driver:9.4.9'
Gradle Kotlin
implementation("io.github.toolfactory:jvm-driver:9.4.9")
Scala SBT
libraryDependencies += "io.github.toolfactory" % "jvm-driver" % "9.4.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.toolfactory', module='jvm-driver', version='9.4.9')
)
Apache Ivy
<dependency org="io.github.toolfactory" name="jvm-driver" rev="9.4.9" />
Leiningen
[io.github.toolfactory/jvm-driver "9.4.9"]
Apache Buildr
'io.github.toolfactory:jvm-driver:jar:9.4.9'