组织ID: |
org.springframework.shell |
项目ID: |
spring-shell |
版本: |
1.1.0.RELEASE |
最后修改时间: |
2018-07-30 12:55:25 |
包类型: |
jar |
标题: |
Spring Shell |
描述: |
Spring Shell |
相关URL: |
http://github.com/SpringSource/spring-shell |
大小: |
143.93KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.shell:spring-shell:1.1.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.1.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>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>2.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>15.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.2.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>4.0.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.0.3.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.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.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.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
org.springframework.shell.core.ParserCompleter.class
org.springframework.shell.core.Completion.class
org.springframework.shell.core.Converter.class
org.springframework.shell.core.MethodTarget.class
org.springframework.shell.core.Parser.class
org.springframework.shell.core.CliSimpleParserContext.class
org.springframework.shell.core.CommandResult.class
org.springframework.shell.core.ExecutionStrategy.class
org.springframework.shell.core.SimpleParser.class
org.springframework.shell.core.SimpleExecutionStrategy.class
org.springframework.shell.core.ExitShellRequest.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
commons-io-2.3.jar
/commons-io/commons-io/2.3
查看commons-io所有版本文件
jline-2.11.jar
/jline/jline/2.11
查看jline所有版本文件
guava-15.0.jar
/com.google.guava/guava/15.0
查看guava所有版本文件
cglib-2.2.2.jar
/cglib/cglib/2.2.2
查看cglib所有版本文件
spring-context-support-4.0.3.RELEASE.jar
/org.springframework/spring-context-support/4.0.3.RELEASE
查看spring-context-support所有版本文件
spring-core-4.0.3.RELEASE.jar
/org.springframework/spring-core/4.0.3.RELEASE
查看spring-core所有版本文件
|