| 组织ID: |
org.springframework.shell |
| 项目ID: |
spring-shell |
| 版本: |
1.2.0.RELEASE |
| 最后修改时间: |
2018-07-26 10:09:34 |
| 包类型: |
jar |
| 标题: |
Spring Shell |
| 描述: |
Spring Shell |
| 相关URL: |
http://github.com/SpringSource/spring-shell |
| 大小: |
190.45KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.shell:spring-shell:1.2.0.RELEASE
|
| 下载Jar包: |
|
| POM文件内容: |
<?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>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.shell.Bootstrap.class
org.springframework.shell.CommandLine.class
org.springframework.shell.SimpleShellCommandLineOptions.class
org.springframework.shell.ShellException.class
org.springframework.shell.TerminalSizeAware.class
org.springframework.shell.commands.OsOperations.class
org.springframework.shell.commands.OsOperationsImpl.class
org.springframework.shell.commands.DateCommands.class
org.springframework.shell.commands.ScriptCommands.class
org.springframework.shell.commands.ConsoleCommands.class
org.springframework.shell.commands.SystemPropertyCommands.class
org.springframework.shell.commands.HelpCommands.class
org.springframework.shell.commands.OsCommands.class
org.springframework.shell.commands.InlineCommentCommands.class
org.springframework.shell.commands.ExitCommands.class
org.springframework.shell.commands.VersionCommands.class
org.springframework.shell.plugin.NamedProvider.class
org.springframework.shell.plugin.PluginUtils.class
org.springframework.shell.plugin.HistoryFileNameProvider.class
org.springframework.shell.plugin.PromptProvider.class
org.springframework.shell.plugin.BannerProvider.class
org.springframework.shell.plugin.support.DefaultPromptProvider.class
org.springframework.shell.plugin.support.DefaultHistoryFileNameProvider.class
org.springframework.shell.plugin.support.DefaultBannerProvider.class
org.springframework.shell.converters.CharacterConverter.class
org.springframework.shell.converters.LocaleConverter.class
org.springframework.shell.converters.EnumConverter.class
org.springframework.shell.converters.BigIntegerConverter.class
org.springframework.shell.converters.BigDecimalConverter.class
org.springframework.shell.converters.ArrayConverter.class
org.springframework.shell.converters.FloatConverter.class
org.springframework.shell.converters.AvailableCommandsConverter.class
org.springframework.shell.converters.StaticFieldConverterImpl.class
org.springframework.shell.converters.DoubleConverter.class
org.springframework.shell.converters.StringConverter.class
org.springframework.shell.converters.StaticFieldConverter.class
org.springframework.shell.converters.ShortConverter.class
org.springframework.shell.converters.IntegerConverter.class
org.springframework.shell.converters.BooleanConverter.class
org.springframework.shell.converters.SimpleFileConverter.class
org.springframework.shell.converters.FileConverter.class
org.springframework.shell.converters.DateConverter.class
org.springframework.shell.converters.LongConverter.class
org.springframework.shell.table.DebugAligner.class
org.springframework.shell.table.AbsoluteWidthSizeConstraints.class
org.springframework.shell.table.TableBuilder$CellMatcherStub.class
org.springframework.shell.table.CellMatchers$2.class
org.springframework.shell.table.AutoSizeConstraints.class
org.springframework.shell.table.SizeConstraints.class
org.springframework.shell.table.CellMatchers.class
org.springframework.shell.table.TableBuilder$BorderStub$TopLeft.class
org.springframework.shell.table.CellMatchers$1.class
org.springframework.shell.table.KeyValueSizeConstraints.class
org.springframework.shell.table.TableBuilder$1.class
org.springframework.shell.table.CellMatcher.class
org.springframework.shell.table.Formatter.class
org.springframework.shell.table.CellMatchers$4.class
org.springframework.shell.table.KeyValueHorizontalAligner.class
org.springframework.shell.table.BorderSpecification.class
org.springframework.shell.table.BorderStyle.class
org.springframework.shell.table.Tables.class
org.springframework.shell.table.CellMatchers$3.class
org.springframework.shell.table.TableModelBuilder.class
org.springframework.shell.table.MapFormatter.class
org.springframework.shell.table.Table.class
org.springframework.shell.table.DebugTextWrapper.class
org.springframework.shell.table.TableBuilder$BorderStub.class
org.springframework.shell.table.Table$Borders.class
org.springframework.shell.table.SimpleHorizontalAligner.class
org.springframework.shell.table.TableBuilder.class
org.springframework.shell.table.KeyValueTextWrapper.class
org.springframework.shell.table.ArrayTableModel.class
org.springframework.shell.table.NoWrapSizeConstraints.class
org.springframework.shell.table.DefaultFormatter.class
org.springframework.shell.table.SimpleHorizontalAligner$1.class
org.springframework.shell.table.TextWrapper.class
org.springframework.shell.table.Aligner.class
org.springframework.shell.table.SizeConstraints$Extent.class
org.springframework.shell.table.SimpleVerticalAligner$1.class
org.springframework.shell.table.BeanListTableModel.class
org.springframework.shell.table.TableModel.class
org.springframework.shell.table.SimpleVerticalAligner.class
org.springframework.shell.table.TableModel$1.class
org.springframework.shell.table.DelimiterTextWrapper.class
org.springframework.shell.table.TableModelBuilder$1.class
org.springframework.shell.support.util.IOUtils.class
org.springframework.shell.support.util.VersionUtils.class
org.springframework.shell.support.util.MathUtils.class
org.springframework.shell.support.util.AnsiEscapeCode.class
org.springframework.shell.support.util.FileUtils.class
org.springframework.shell.support.util.ExceptionUtils.class
org.springframework.shell.support.util.StringUtils.class
org.springframework.shell.support.util.NaturalOrderComparator.class
org.springframework.shell.support.util.OsUtils.class
org.springframework.shell.support.logging.HandlerUtils.class
org.springframework.shell.support.logging.MessageDisplayUtils.class
org.springframework.shell.support.logging.LoggingOutputStream.class
org.springframework.shell.support.logging.DeferredLogHandler.class
org.springframework.shell.support.logging.HandlerUtils$1.class
org.springframework.shell.support.table.TableRenderer.class
org.springframework.shell.support.table.Table.class
org.springframework.shell.support.table.TableHeader.class
org.springframework.shell.support.table.TableRow.class
org.springframework.shell.event.ShellStatus.class
org.springframework.shell.event.ShellStatusProvider.class
org.springframework.shell.event.ShellStatusListener.class
org.springframework.shell.event.ParseResult.class
org.springframework.shell.event.ShellStatus$Status.class
org.springframework.shell.event.AbstractShellStatusPublisher.class
org.springframework.shell.core.JLineLogHandler$1.class
org.springframework.shell.core.JLineShell$4.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
guava-17.0.jar
/com.google.guava/guava/17.0
查看guava所有版本文件
jline-2.12.jar
/jline/jline/2.12
查看jline所有版本文件
spring-context-support-4.2.4.RELEASE.jar
/org.springframework/spring-context-support/4.2.4.RELEASE
查看spring-context-support所有版本文件
commons-io-2.4.jar
/commons-io/commons-io/2.4
查看commons-io所有版本文件
spring-core-4.2.4.RELEASE.jar
/org.springframework/spring-core/4.2.4.RELEASE
查看spring-core所有版本文件
|