j

jaul

A library used across several JAdpative applications, it provides some common features based on Install4J Runtime.
https://github.com/sshtools/jaul
Apache License Version 2.0
JAdaptive
Files download
File Operation
jaul-0.9.10.jar download
jaul-0.9.10.pom download
jaul-0.9.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sshtools</groupId>
  <artifactId>jaul</artifactId>
  <version>0.9.10</version>
</dependency>
Gradle Groovy
implementation 'com.sshtools:jaul:0.9.10'
Gradle Kotlin
implementation("com.sshtools:jaul:0.9.10")
Scala SBT
libraryDependencies += "com.sshtools" % "jaul" % "0.9.10"
Groovy Grape
@Grapes(
  @Grab(group='com.sshtools', module='jaul', version='0.9.10')
)
Apache Ivy
<dependency org="com.sshtools" name="jaul" rev="0.9.10" />
Leiningen
[com.sshtools/jaul "0.9.10"]
Apache Buildr
'com.sshtools:jaul:jar:0.9.10'