Add Pty4J to your build
masterPty4J is published to Maven Central under the group ID org.jetbrains.pty4j. You can include it in your project using Maven or Gradle.
### Maven
```xml
<dependency>
<groupId>org.jetbrains.pty4j</groupId>
<artifactId>pty4j</artifactId>
<version>0.13.4</version>
</dependency>Gradle
dependencies {
implementation 'org.jetbrains.pty4j:pty4j:0.13.4'
}