Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.oneandone |
ArtifactId | ArtifactIdSSHConfig |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
SSHConfig-1.1.4.pom | |
SSHConfig-1.1.4.jar | 26 KB |
SSHConfig-1.1.4-sources.jar | 21 KB |
SSHConfig-1.1.4-javadoc.jar | 87 KB |
SSHConfig-1.1.4-jar-with-dependencies.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oneandone/SSHConfig/ -->
<dependency>
<groupId>com.oneandone</groupId>
<artifactId>SSHConfig</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneandone/SSHConfig/
implementation 'com.oneandone:SSHConfig:1.1.4'
// https://jarcasting.com/artifacts/com.oneandone/SSHConfig/
implementation ("com.oneandone:SSHConfig:1.1.4")
'com.oneandone:SSHConfig:jar:1.1.4'
<dependency org="com.oneandone" name="SSHConfig" rev="1.1.4">
<artifact name="SSHConfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneandone', module='SSHConfig', version='1.1.4')
)
libraryDependencies += "com.oneandone" % "SSHConfig" % "1.1.4"
[com.oneandone/SSHConfig "1.1.4"]