License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.codehaus.mojo.enchanter |
ArtifactId | ArtifactIdenchanter-core |
Last Version | Last Version1.0-beta-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEnchanter Core
Enchanter is a small library that helps you script SSH/Telnet sessions in a manner similar to Expect.
It also comes with a Maven plugin to setup connection and invoke your script(s) using JSR-223 which is part of Java 1.6
|
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
enchanter-core-1.0-beta-1.pom | |
enchanter-core-1.0-beta-1.jar | 25 KB |
enchanter-core-1.0-beta-1-sources.jar | 18 KB |
enchanter-core-1.0-beta-1-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.mojo.enchanter/enchanter-core/ -->
<dependency>
<groupId>org.codehaus.mojo.enchanter</groupId>
<artifactId>enchanter-core</artifactId>
<version>1.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo.enchanter/enchanter-core/
implementation 'org.codehaus.mojo.enchanter:enchanter-core:1.0-beta-1'
// https://jarcasting.com/artifacts/org.codehaus.mojo.enchanter/enchanter-core/
implementation ("org.codehaus.mojo.enchanter:enchanter-core:1.0-beta-1")
'org.codehaus.mojo.enchanter:enchanter-core:jar:1.0-beta-1'
<dependency org="org.codehaus.mojo.enchanter" name="enchanter-core" rev="1.0-beta-1">
<artifact name="enchanter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo.enchanter', module='enchanter-core', version='1.0-beta-1')
)
libraryDependencies += "org.codehaus.mojo.enchanter" % "enchanter-core" % "1.0-beta-1"
[org.codehaus.mojo.enchanter/enchanter-core "1.0-beta-1"]
Group / Artifact | Type | Version |
---|---|---|
ch.ethz.ganymed : ganymed-ssh2 | jar | 261 |
commons-net : commons-net | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
commons-lang : commons-lang | jar | 2.5 |