| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка |
| Группа | Группаorg.apache.ant |
| Идентификатор | Идентификаторant-jsch |
| Последняя версия | Последняя версия1.10.12 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache Ant + JSch
contains the sshexec and scp tasks
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| ant-jsch-1.10.12.pom | |
| ant-jsch-1.10.12.jar | 45 KB |
| ant-jsch-1.10.12-sources.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.ant/ant-jsch/ -->
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jsch</artifactId>
<version>1.10.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ant/ant-jsch/
implementation 'org.apache.ant:ant-jsch:1.10.12'
// https://jarcasting.com/artifacts/org.apache.ant/ant-jsch/
implementation ("org.apache.ant:ant-jsch:1.10.12")
'org.apache.ant:ant-jsch:jar:1.10.12'
<dependency org="org.apache.ant" name="ant-jsch" rev="1.10.12">
<artifact name="ant-jsch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ant', module='ant-jsch', version='1.10.12')
)
libraryDependencies += "org.apache.ant" % "ant-jsch" % "1.10.12"
[org.apache.ant/ant-jsch "1.10.12"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.ant : ant | jar | 1.10.12 |
| com.jcraft : jsch | jar | 0.1.55 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest-library | jar | 1.3 |