| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.fommil |
| Идентификатор | Идентификаторopenssh |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOpenSSH parsers for Java
Support for reading OpenSSH RSA keys on the JVM..
|
| Имя Файла | Размер |
|---|---|
| openssh-1.0.pom | |
| openssh-1.0.jar | 5 KB |
| openssh-1.0-sources.jar | 2 KB |
| openssh-1.0-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fommil/openssh/ -->
<dependency>
<groupId>com.github.fommil</groupId>
<artifactId>openssh</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fommil/openssh/
implementation 'com.github.fommil:openssh:1.0'
// https://jarcasting.com/artifacts/com.github.fommil/openssh/
implementation ("com.github.fommil:openssh:1.0")
'com.github.fommil:openssh:jar:1.0'
<dependency org="com.github.fommil" name="openssh" rev="1.0">
<artifact name="openssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fommil', module='openssh', version='1.0')
)
libraryDependencies += "com.github.fommil" % "openssh" % "1.0"
[com.github.fommil/openssh "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-codec : commons-codec | jar | 1.9 |
| com.google.guava : guava | jar | 16.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.12.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |