| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJLine User Interface CLI | 
        
| GroupId | GroupIdcom.aspectran | 
    
| ArtifactId | ArtifactIdaspectran-shell-jline | 
    
| Last Version | Last Version7.0.11 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionAspectran Shell using JLine 
            Build Interactive Shell Applications with JLine 3 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/com.aspectran/aspectran-shell-jline/ -->
<dependency>
    <groupId>com.aspectran</groupId>
    <artifactId>aspectran-shell-jline</artifactId>
    <version>7.0.11</version>
</dependency>
                // https://jarcasting.com/artifacts/com.aspectran/aspectran-shell-jline/
implementation 'com.aspectran:aspectran-shell-jline:7.0.11'
                // https://jarcasting.com/artifacts/com.aspectran/aspectran-shell-jline/
implementation ("com.aspectran:aspectran-shell-jline:7.0.11")
                'com.aspectran:aspectran-shell-jline:jar:7.0.11'
                <dependency org="com.aspectran" name="aspectran-shell-jline" rev="7.0.11">
  <artifact name="aspectran-shell-jline" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.aspectran', module='aspectran-shell-jline', version='7.0.11')
)
                libraryDependencies += "com.aspectran" % "aspectran-shell-jline" % "7.0.11"
                [com.aspectran/aspectran-shell-jline "7.0.11"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.aspectran : aspectran-shell | jar | 7.0.11 | 
| org.jline : jline | jar | 3.21.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.jline : jline-terminal-jansi | jar | 3.21.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.aspectran : aspectran-with-freemarker | jar | 7.0.11 | 
| org.slf4j : slf4j-api | jar | 1.7.36 | 
| ch.qos.logback : logback-classic | jar | 1.2.11 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |