You can download spring-shell-1.2.0.release.jar in this page.
The Apache Software License, Version 2.0
spring-shell-1.2.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.CommandLine.class org.springframework.shell.ShellException.class org.springframework.shell.SimpleShellCommandLineOptions.class org.springframework.shell.TerminalSizeAware.class org.springframework.shell.commands.ConsoleCommands.class org.springframework.shell.commands.DateCommands.class org.springframework.shell.commands.ExitCommands.class org.springframework.shell.commands.HelpCommands.class org.springframework.shell.commands.InlineCommentCommands.class org.springframework.shell.commands.OsCommands.class org.springframework.shell.commands.OsOperations.class org.springframework.shell.commands.OsOperationsImpl.class org.springframework.shell.commands.ScriptCommands.class org.springframework.shell.commands.SystemPropertyCommands.class org.springframework.shell.commands.VersionCommands.class org.springframework.shell.converters.ArrayConverter.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.CommandMarker.class org.springframework.shell.core.CommandResult.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.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.ParserCompleter.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.Tokenizer.class org.springframework.shell.core.TokenizingException.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.NamedProvider.class org.springframework.shell.plugin.PluginUtils.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.table.Table.class org.springframework.shell.support.table.TableHeader.class org.springframework.shell.support.table.TableRenderer.class org.springframework.shell.support.table.TableRow.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.StringUtils.class org.springframework.shell.support.util.VersionUtils.class org.springframework.shell.table.AbsoluteWidthSizeConstraints.class org.springframework.shell.table.Aligner.class org.springframework.shell.table.ArrayTableModel.class org.springframework.shell.table.AutoSizeConstraints.class org.springframework.shell.table.BeanListTableModel.class org.springframework.shell.table.BorderSpecification.class org.springframework.shell.table.BorderStyle.class org.springframework.shell.table.CellMatcher.class org.springframework.shell.table.CellMatchers.class org.springframework.shell.table.DebugAligner.class org.springframework.shell.table.DebugTextWrapper.class org.springframework.shell.table.DefaultFormatter.class org.springframework.shell.table.DelimiterTextWrapper.class org.springframework.shell.table.Formatter.class org.springframework.shell.table.KeyValueHorizontalAligner.class org.springframework.shell.table.KeyValueSizeConstraints.class org.springframework.shell.table.KeyValueTextWrapper.class org.springframework.shell.table.MapFormatter.class org.springframework.shell.table.NoWrapSizeConstraints.class org.springframework.shell.table.SimpleHorizontalAligner.class org.springframework.shell.table.SimpleVerticalAligner.class org.springframework.shell.table.SizeConstraints.class org.springframework.shell.table.Table.class org.springframework.shell.table.TableBuilder.class org.springframework.shell.table.TableModel.class org.springframework.shell.table.TableModelBuilder.class org.springframework.shell.table.Tables.class org.springframework.shell.table.TextWrapper.class org/springframework/shell/plugin/support/banner.txt
spring-shell-1.2.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.2.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>com.google.guava</groupId> <artifactId>guava</artifactId> <version>17.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>jline</groupId> <artifactId>jline</artifactId> <version>2.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>4.2.4.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>4.2.4.RELEASE</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.shell</groupId> <artifactId>spring-shell</artifactId> <version>1.2.0.release</version> </dependency>
If you think the following spring-shell-1.2.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.2.0.release.jar file