Categories |
CategoriesJLine User Interface CLI |
---|---|
GroupId | GroupIdcom.aspectran |
ArtifactId | ArtifactIdaspectran-shell-jline |
Version | Version6.2.0 |
Type | Typejar |
Filename | Size |
---|---|
aspectran-shell-jline-6.2.0.pom | |
aspectran-shell-jline-6.2.0.jar | 20 KB |
aspectran-shell-jline-6.2.0-sources.jar | 12 KB |
aspectran-shell-jline-6.2.0-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>6.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aspectran/aspectran-shell-jline/
implementation 'com.aspectran:aspectran-shell-jline:6.2.0'
// https://jarcasting.com/artifacts/com.aspectran/aspectran-shell-jline/
implementation ("com.aspectran:aspectran-shell-jline:6.2.0")
'com.aspectran:aspectran-shell-jline:jar:6.2.0'
<dependency org="com.aspectran" name="aspectran-shell-jline" rev="6.2.0">
<artifact name="aspectran-shell-jline" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aspectran', module='aspectran-shell-jline', version='6.2.0')
)
libraryDependencies += "com.aspectran" % "aspectran-shell-jline" % "6.2.0"
[com.aspectran/aspectran-shell-jline "6.2.0"]