| License |
License |
|---|---|
| GroupId | GroupIdorg.crsh |
| ArtifactId | ArtifactIdcrsh.shell.embed.spring |
| Version | Version1.3.0-beta2 |
| Type | Typejar |
| Description |
DescriptionCRaSH Spring
The CRaSH Spring integration module
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.crsh/crsh.shell.embed.spring/ -->
<dependency>
<groupId>org.crsh</groupId>
<artifactId>crsh.shell.embed.spring</artifactId>
<version>1.3.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.crsh/crsh.shell.embed.spring/
implementation 'org.crsh:crsh.shell.embed.spring:1.3.0-beta2'
// https://jarcasting.com/artifacts/org.crsh/crsh.shell.embed.spring/
implementation ("org.crsh:crsh.shell.embed.spring:1.3.0-beta2")
'org.crsh:crsh.shell.embed.spring:jar:1.3.0-beta2'
<dependency org="org.crsh" name="crsh.shell.embed.spring" rev="1.3.0-beta2">
<artifact name="crsh.shell.embed.spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crsh', module='crsh.shell.embed.spring', version='1.3.0-beta2')
)
libraryDependencies += "org.crsh" % "crsh.shell.embed.spring" % "1.3.0-beta2"
[org.crsh/crsh.shell.embed.spring "1.3.0-beta2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.crsh : crsh.shell.core | jar | 1.3.0-beta2 |
| org.springframework : spring-core | jar | 3.1.1.RELEASE |
| org.springframework : spring-web | jar | 3.1.1.RELEASE |
| org.springframework : spring-context | jar | 3.1.1.RELEASE |
| org.springframework : spring-beans | jar | 3.1.1.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.crsh : crsh.shell.telnet | jar | 1.3.0-beta2 |
| org.crsh : crsh.shell.core | test-jar | 1.3.0-beta2 |
| junit : junit | jar | 4.8.2 |
| org.slf4j : slf4j-jdk14 | jar | 1.7.2 |