s

ssh-common

This utility package serves for springmvc-spring-hibernate archetype
http://rugal.ga
The Apache Software License, Version 2.0
Rugal Bernstein
Files download
File Operation
ssh-common-0.4.jar download
ssh-common-0.4.pom download
ssh-common-0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>ml.rugal</groupId>
  <artifactId>ssh-common</artifactId>
  <version>0.4</version>
</dependency>
Gradle Groovy
implementation 'ml.rugal:ssh-common:0.4'
Gradle Kotlin
implementation("ml.rugal:ssh-common:0.4")
Scala SBT
libraryDependencies += "ml.rugal" % "ssh-common" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='ml.rugal', module='ssh-common', version='0.4')
)
Apache Ivy
<dependency org="ml.rugal" name="ssh-common" rev="0.4" />
Leiningen
[ml.rugal/ssh-common "0.4"]
Apache Buildr
'ml.rugal:ssh-common:jar:0.4'