| Группа | Группаcom.github.hazendaz.putty |
|---|---|
| Идентификатор | Идентификаторputty |
| Версия | Версия0.73 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| putty-0.73.pom | |
| putty-0.73.zip | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hazendaz.putty/putty/ -->
<dependency>
<groupId>com.github.hazendaz.putty</groupId>
<artifactId>putty</artifactId>
<version>0.73</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hazendaz.putty/putty/
implementation 'com.github.hazendaz.putty:putty:0.73'
// https://jarcasting.com/artifacts/com.github.hazendaz.putty/putty/
implementation ("com.github.hazendaz.putty:putty:0.73")
'com.github.hazendaz.putty:putty:pom:0.73'
<dependency org="com.github.hazendaz.putty" name="putty" rev="0.73">
<artifact name="putty" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz.putty', module='putty', version='0.73')
)
libraryDependencies += "com.github.hazendaz.putty" % "putty" % "0.73"
[com.github.hazendaz.putty/putty "0.73"]