Maven Dependency scala-ssh-shell_2.10 >> 0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c

In this page we are giving Maven Dependency of co.actioniq >> scala-ssh-shell_2.10 version0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of co.actioniq >> scala-ssh-shell_2.10 version0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c in your project.

In this page we are going to discuss about scala-ssh-shell_2.10 version 0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c maven dependencies. Maven tool is project management tool which you use to manage your project and easily use scala-ssh-shell_2.10 version 0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of scala-ssh-shell_2.10 version 0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c and include the necessary jar files in the project.

Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.

We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of scala-ssh-shell_2.10 version 0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c

Maven dependency of scala-ssh-shell_2.10 version 0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c:

<dependency>
	<groupId>co.actioniq</groupId>
	<artifactId>scala-ssh-shell_2.10</artifactId>
	<version>0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c</version>
</dependency>

Gradle Dependency of scala-ssh-shell_2.10 version 0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c

compile group: 'co.actioniq', name: 'scala-ssh-shell_2.10', version: '0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c'

SBT Dependency of scala-ssh-shell_2.10 version 0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c

libraryDependencies += "co.actioniq" % "scala-ssh-shell_2.10" % "0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c"

Ivy Dependency of scala-ssh-shell_2.10 version 0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c

<dependency org="co.actioniq" name="scala-ssh-shell_2.10" rev="0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c"/>

Grape Dependency of scala-ssh-shell_2.10 version 0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c

@Grapes(
    @Grab(group='co.actioniq', module='scala-ssh-shell_2.10', version='0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c')
)

Leiningen Dependency of scala-ssh-shell_2.10 version 0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c

[co.actioniq/scala-ssh-shell_2.10 "0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c"]

Buildr Dependency of scala-ssh-shell_2.10 version 0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c

'co.actioniq:scala-ssh-shell_2.10:jar:0.3-b3c7f1afe196bd9ea2f7265d6811b82acdc7d13c'

Advertisements

Ads