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.3.jar download
ssh-common-0.3.pom download
ssh-common-0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>ml.rugal</groupId>
  <artifactId>ssh-common</artifactId>
  <version>0.3</version>
</dependency>
Gradle Groovy
implementation 'ml.rugal:ssh-common:0.3'
Gradle Kotlin
implementation("ml.rugal:ssh-common:0.3")
Scala SBT
libraryDependencies += "ml.rugal" % "ssh-common" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='ml.rugal', module='ssh-common', version='0.3')
)
Apache Ivy
<dependency org="ml.rugal" name="ssh-common" rev="0.3" />
Leiningen
[ml.rugal/ssh-common "0.3"]
Apache Buildr
'ml.rugal:ssh-common:jar:0.3'