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