Dependency
To use Jactl you will need to add a dependency on the Jactl library.
- Gradle
- Maven
In the dependencies
section of your build.gradle
file:
implementation group: 'io.jactl', name: 'jactl', version: '2.3.0'
In the dependencies
section of your pom.xml
:
<dependency>
<groupId>io.jactl</groupId>
<artifactId>jactl</artifactId>
<version>2.3.0</version>
</dependency>