Categories |
CategoriesJLine User Interface CLI |
---|---|
GroupId | GroupIdcom.aspectran |
ArtifactId | ArtifactIdaspectran-shell-jline |
Version | Version5.9.4 |
Type | Typejar |
Filename | Size |
---|---|
aspectran-shell-jline-5.9.4.pom | |
aspectran-shell-jline-5.9.4.jar | 16 KB |
aspectran-shell-jline-5.9.4-sources.jar | 11 KB |
aspectran-shell-jline-5.9.4-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aspectran/aspectran-shell-jline/ -->
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-shell-jline</artifactId>
<version>5.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.aspectran/aspectran-shell-jline/
implementation 'com.aspectran:aspectran-shell-jline:5.9.4'
// https://jarcasting.com/artifacts/com.aspectran/aspectran-shell-jline/
implementation ("com.aspectran:aspectran-shell-jline:5.9.4")
'com.aspectran:aspectran-shell-jline:jar:5.9.4'
<dependency org="com.aspectran" name="aspectran-shell-jline" rev="5.9.4">
<artifact name="aspectran-shell-jline" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aspectran', module='aspectran-shell-jline', version='5.9.4')
)
libraryDependencies += "com.aspectran" % "aspectran-shell-jline" % "5.9.4"
[com.aspectran/aspectran-shell-jline "5.9.4"]