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