| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages |
| GroupId | GroupIdme.bazhenov.groovy-shell |
| ArtifactId | ArtifactIdgroovy-shell-server |
| Last Version | Last Version2.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGroovy Shell Server
Groovy shell server
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| groovy-shell-server-2.2.2.pom | |
| groovy-shell-server-2.2.2.jar | 18 KB |
| groovy-shell-server-2.2.2-sources.jar | 8 KB |
| groovy-shell-server-2.2.2-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-server/ -->
<dependency>
<groupId>me.bazhenov.groovy-shell</groupId>
<artifactId>groovy-shell-server</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-server/
implementation 'me.bazhenov.groovy-shell:groovy-shell-server:2.2.2'
// https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-server/
implementation ("me.bazhenov.groovy-shell:groovy-shell-server:2.2.2")
'me.bazhenov.groovy-shell:groovy-shell-server:jar:2.2.2'
<dependency org="me.bazhenov.groovy-shell" name="groovy-shell-server" rev="2.2.2">
<artifact name="groovy-shell-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.bazhenov.groovy-shell', module='groovy-shell-server', version='2.2.2')
)
libraryDependencies += "me.bazhenov.groovy-shell" % "groovy-shell-server" % "2.2.2"
[me.bazhenov.groovy-shell/groovy-shell-server "2.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy | jar | 3.0.8 |
| org.codehaus.groovy : groovy-groovysh | jar | 3.0.8 |
| org.springframework : spring-context Optional | jar | 4.3.3.RELEASE |
| org.apache.sshd : sshd-core | jar | 2.7.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| jline : jline | jar | 2.14.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic Optional | jar | 1.2.6 |