You can download spring-shell-1.0.0.release.jar in this page.
The Apache Software License, Version 2.0
spring-shell-1.0.0.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/license.txt META-INF/notice.txt org.springframework.shell.Bootstrap.class org.springframework.shell.SimpleShellCommandLineOptions.class org.springframework.shell.commands.EssentialCommands.class org.springframework.shell.commands.HelpCommands.class org.springframework.shell.commands.OsCommands.class org.springframework.shell.commands.OsOperations.class org.springframework.shell.commands.OsOperationsImpl.class org.springframework.shell.converters.AvailableCommandsConverter.class org.springframework.shell.converters.BigDecimalConverter.class org.springframework.shell.converters.BigIntegerConverter.class org.springframework.shell.converters.BooleanConverter.class org.springframework.shell.converters.CharacterConverter.class org.springframework.shell.converters.DateConverter.class org.springframework.shell.converters.DoubleConverter.class org.springframework.shell.converters.EnumConverter.class org.springframework.shell.converters.FileConverter.class org.springframework.shell.converters.FloatConverter.class org.springframework.shell.converters.IntegerConverter.class org.springframework.shell.converters.LocaleConverter.class org.springframework.shell.converters.LongConverter.class org.springframework.shell.converters.ShortConverter.class org.springframework.shell.converters.SimpleFileConverter.class org.springframework.shell.converters.StaticFieldConverter.class org.springframework.shell.converters.StaticFieldConverterImpl.class org.springframework.shell.converters.StringConverter.class org.springframework.shell.core.AbstractShell.class org.springframework.shell.core.CliOptionContext.class org.springframework.shell.core.CliSimpleParserContext.class org.springframework.shell.core.CommandMarker.class org.springframework.shell.core.Completion.class org.springframework.shell.core.Converter.class org.springframework.shell.core.ExecutionProcessor.class org.springframework.shell.core.ExecutionStrategy.class org.springframework.shell.core.ExitShellRequest.class org.springframework.shell.core.IdeTerminal.class org.springframework.shell.core.JLineCompletorAdapter.class org.springframework.shell.core.JLineLogHandler.class org.springframework.shell.core.JLineShell.class org.springframework.shell.core.JLineShellComponent.class org.springframework.shell.core.MethodTarget.class org.springframework.shell.core.Parser.class org.springframework.shell.core.ParserUtils.class org.springframework.shell.core.Shell.class org.springframework.shell.core.ShellPromptAccessor.class org.springframework.shell.core.SimpleExecutionStrategy.class org.springframework.shell.core.SimpleParser.class org.springframework.shell.core.annotation.CliAvailabilityIndicator.class org.springframework.shell.core.annotation.CliCommand.class org.springframework.shell.core.annotation.CliOption.class org.springframework.shell.event.AbstractShellStatusPublisher.class org.springframework.shell.event.ParseResult.class org.springframework.shell.event.ShellStatus.class org.springframework.shell.event.ShellStatusListener.class org.springframework.shell.event.ShellStatusProvider.class org.springframework.shell.plugin.BannerProvider.class org.springframework.shell.plugin.HistoryFileNameProvider.class org.springframework.shell.plugin.PluginProvider.class org.springframework.shell.plugin.PromptProvider.class org.springframework.shell.plugin.support.DefaultBannerProvider.class org.springframework.shell.plugin.support.DefaultHistoryFileNameProvider.class org.springframework.shell.plugin.support.DefaultPromptProvider.class org.springframework.shell.support.logging.DeferredLogHandler.class org.springframework.shell.support.logging.HandlerUtils.class org.springframework.shell.support.logging.LoggingOutputStream.class org.springframework.shell.support.logging.MessageDisplayUtils.class org.springframework.shell.support.util.AnsiEscapeCode.class org.springframework.shell.support.util.ExceptionUtils.class org.springframework.shell.support.util.FileUtils.class org.springframework.shell.support.util.IOUtils.class org.springframework.shell.support.util.MathUtils.class org.springframework.shell.support.util.NaturalOrderComparator.class org.springframework.shell.support.util.OsUtils.class org.springframework.shell.support.util.VersionUtils.class org/springframework/shell/plugin/support/banner.txt
spring-shell-1.0.0.release.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.springframework.shell</groupId> <artifactId>spring-shell</artifactId> <version>1.0.0.RELEASE</version> <name>Spring Shell</name> <description>Spring Shell</description> <url>http://github.com/SpringSource/spring-shell</url> <organization> <name>SpringSource</name> <url>http://www.springsource.org/spring-shell</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>markpollack</id> <name>Mark Pollack</name> <email>mpollack@vmware.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/SpringSource/spring-shell</connection> <developerConnection>scm:git:git://github.com/SpringSource/spring-shell</developerConnection> <url>http://github.com/SpringSource/spring-shell</url> </scm> <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>3.1.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.sourceforge.jline</groupId> <artifactId>jline</artifactId> <version>1.0.S2-B</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> <version>1.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>3.1.2.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>2.2.2</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.shell</groupId> <artifactId>spring-shell</artifactId> <version>1.0.0.release</version> </dependency>
If you think the following spring-shell-1.0.0.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-shell-1.0.0.release.jar file