/* * Examples for Java * * Copyright (c) 2021. Elex. All Rights Reserved. * https://www.elex-project.com/ */ plugins { id("elex-java") } dependencies { // https://mvnrepository.com/artifact/com.jcraft/jsch implementation("com.jcraft:jsch:0.1.55") }