| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHudson Компиляция и сборка Continuous Integration and Continuous Delivery Сеть |
| Группа | Группаorg.jvnet.hudson |
| Идентификатор | Идентификаторsshd |
| Последняя версия | Последняя версия1.0-pre-hudson-1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache Mina SSHD
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| sshd-1.0-pre-hudson-1.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/sshd/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>sshd</artifactId>
<version>1.0-pre-hudson-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/sshd/
implementation 'org.jvnet.hudson:sshd:1.0-pre-hudson-1'
// https://jarcasting.com/artifacts/org.jvnet.hudson/sshd/
implementation ("org.jvnet.hudson:sshd:1.0-pre-hudson-1")
'org.jvnet.hudson:sshd:pom:1.0-pre-hudson-1'
<dependency org="org.jvnet.hudson" name="sshd" rev="1.0-pre-hudson-1">
<artifact name="sshd" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='sshd', version='1.0-pre-hudson-1')
)
libraryDependencies += "org.jvnet.hudson" % "sshd" % "1.0-pre-hudson-1"
[org.jvnet.hudson/sshd "1.0-pre-hudson-1"]