Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.oneandone |
ArtifactId | ArtifactIdSSHConfig |
Version | Version1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
SSHConfig-1.1.5.pom | |
SSHConfig-1.1.5.jar | 26 KB |
SSHConfig-1.1.5-sources.jar | 21 KB |
SSHConfig-1.1.5-javadoc.jar | 86 KB |
SSHConfig-1.1.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneandone/SSHConfig/
implementation 'com.oneandone:SSHConfig:1.1.5'
// https://jarcasting.com/artifacts/com.oneandone/SSHConfig/
implementation ("com.oneandone:SSHConfig:1.1.5")
'com.oneandone:SSHConfig:jar:1.1.5'
<dependency org="com.oneandone" name="SSHConfig" rev="1.1.5">
<artifact name="SSHConfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneandone', module='SSHConfig', version='1.1.5')
)
libraryDependencies += "com.oneandone" % "SSHConfig" % "1.1.5"
[com.oneandone/SSHConfig "1.1.5"]