Files
java-examples/ssh/build.gradle.kts
2021-08-05 11:46:27 +09:00

16 lines
268 B
Kotlin

/*
* 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")
}