License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.griffiti |
ArtifactId | ArtifactIdspring-shell-utils |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionSpring Shell Utils
Spring Shell Utils library provides extra features to help develop Spring Shell applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-shell-utils-1.0.4.pom | |
spring-shell-utils-1.0.4.jar | 30 KB |
spring-shell-utils-1.0.4-sources.jar | 18 KB |
spring-shell-utils-1.0.4-javadoc.jar | 533 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.griffiti/spring-shell-utils/ -->
<dependency>
<groupId>net.griffiti</groupId>
<artifactId>spring-shell-utils</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.griffiti/spring-shell-utils/
implementation 'net.griffiti:spring-shell-utils:1.0.4'
// https://jarcasting.com/artifacts/net.griffiti/spring-shell-utils/
implementation ("net.griffiti:spring-shell-utils:1.0.4")
'net.griffiti:spring-shell-utils:jar:1.0.4'
<dependency org="net.griffiti" name="spring-shell-utils" rev="1.0.4">
<artifact name="spring-shell-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.griffiti', module='spring-shell-utils', version='1.0.4')
)
libraryDependencies += "net.griffiti" % "spring-shell-utils" % "1.0.4"
[net.griffiti/spring-shell-utils "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 5.3.5 |
org.springframework : spring-beans | jar | 5.3.5 |
org.springframework.shell : spring-shell-core | jar | 2.0.1.RELEASE |
org.springframework.shell : spring-shell-standard | jar | 2.0.1.RELEASE |
org.springframework.shell : spring-shell-standard-commands | jar | 2.0.1.RELEASE |
org.springframework.shell : spring-shell-table | jar | 2.0.1.RELEASE |
org.jline : jline | jar | 3.19.0 |
org.jline : jline-terminal | jar | 3.19.0 |
de.vandermeer : asciitable | jar | 0.3.2 |
com.fasterxml.jackson.core : jackson-core | jar | 2.12.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.2 |