Quarkus - JSch The Quarkus JSch extensions brings native support for the JSch library. Installation If you want to use this extension, you need to add the io.quarkiverse.jsch:quarkus-jsch extension first. In your pom.xml file, add: <dependency> <groupId>io.quarkiverse.jsch</groupId> <artifactId>quarkus-jsch</artifactId> <version>3.0.12</version> </dependency>