| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesGroovy Languages CLI User Interface | 
        
| GroupId | GroupIdme.bazhenov.groovy-shell | 
    
| ArtifactId | ArtifactIdgroovy-shell-client | 
    
| Last Version | Last Version1.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGroovy Shell Client 
            Groovy shell server 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| groovy-shell-client-1.2.pom | |
| groovy-shell-client-1.2.jar | 5 KB | 
| groovy-shell-client-1.2-sources.jar | 2 KB | 
| groovy-shell-client-1.2-javadoc.jar | 36 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-client/ -->
<dependency>
    <groupId>me.bazhenov.groovy-shell</groupId>
    <artifactId>groovy-shell-client</artifactId>
    <version>1.2</version>
</dependency>
                // https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-client/
implementation 'me.bazhenov.groovy-shell:groovy-shell-client:1.2'
                // https://jarcasting.com/artifacts/me.bazhenov.groovy-shell/groovy-shell-client/
implementation ("me.bazhenov.groovy-shell:groovy-shell-client:1.2")
                'me.bazhenov.groovy-shell:groovy-shell-client:jar:1.2'
                <dependency org="me.bazhenov.groovy-shell" name="groovy-shell-client" rev="1.2">
  <artifact name="groovy-shell-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='me.bazhenov.groovy-shell', module='groovy-shell-client', version='1.2')
)
                libraryDependencies += "me.bazhenov.groovy-shell" % "groovy-shell-client" % "1.2"
                [me.bazhenov.groovy-shell/groovy-shell-client "1.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.1 | 
| jline : jline | jar | 0.9.94 |