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-8.7.9.jar download
jvm-driver-8.7.9.pom download
jvm-driver-8.7.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.toolfactory</groupId>
  <artifactId>jvm-driver</artifactId>
  <version>8.7.9</version>
</dependency>
Gradle Groovy
implementation 'io.github.toolfactory:jvm-driver:8.7.9'
Gradle Kotlin
implementation("io.github.toolfactory:jvm-driver:8.7.9")
Scala SBT
libraryDependencies += "io.github.toolfactory" % "jvm-driver" % "8.7.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.toolfactory', module='jvm-driver', version='8.7.9')
)
Apache Ivy
<dependency org="io.github.toolfactory" name="jvm-driver" rev="8.7.9" />
Leiningen
[io.github.toolfactory/jvm-driver "8.7.9"]
Apache Buildr
'io.github.toolfactory:jvm-driver:jar:8.7.9'