Categories |
CategoriesJLine User Interface CLI |
---|---|
GroupId | GroupIdcom.aspectran |
ArtifactId | ArtifactIdaspectran-shell-jline |
Version | Version6.0.0-RC8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aspectran/aspectran-shell-jline/ -->
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-shell-jline</artifactId>
<version>6.0.0-RC8</version>
</dependency>
// https://jarcasting.com/artifacts/com.aspectran/aspectran-shell-jline/
implementation 'com.aspectran:aspectran-shell-jline:6.0.0-RC8'
// https://jarcasting.com/artifacts/com.aspectran/aspectran-shell-jline/
implementation ("com.aspectran:aspectran-shell-jline:6.0.0-RC8")
'com.aspectran:aspectran-shell-jline:jar:6.0.0-RC8'
<dependency org="com.aspectran" name="aspectran-shell-jline" rev="6.0.0-RC8">
<artifact name="aspectran-shell-jline" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aspectran', module='aspectran-shell-jline', version='6.0.0-RC8')
)
libraryDependencies += "com.aspectran" % "aspectran-shell-jline" % "6.0.0-RC8"
[com.aspectran/aspectran-shell-jline "6.0.0-RC8"]