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