| 组织ID: |
org.springframework.shell |
| 项目ID: |
spring-shell |
| 版本: |
1.0.0.RELEASE |
| 最后修改时间: |
2018-08-02 22:09:07 |
| 包类型: |
jar |
| 标题: |
Spring Shell |
| 描述: |
Spring Shell |
| 相关URL: |
http://github.com/SpringSource/spring-shell |
| 大小: |
119.64KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.shell:spring-shell:1.0.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.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>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.shell.SimpleShellCommandLineOptions.class
org.springframework.shell.Bootstrap.class
org.springframework.shell.converters.EnumConverter.class
org.springframework.shell.converters.StaticFieldConverterImpl.class
org.springframework.shell.converters.BigDecimalConverter.class
org.springframework.shell.converters.SimpleFileConverter.class
org.springframework.shell.converters.AvailableCommandsConverter.class
org.springframework.shell.converters.ShortConverter.class
org.springframework.shell.converters.StaticFieldConverter.class
org.springframework.shell.converters.DoubleConverter.class
org.springframework.shell.converters.IntegerConverter.class
org.springframework.shell.converters.FloatConverter.class
org.springframework.shell.converters.LongConverter.class
org.springframework.shell.converters.BooleanConverter.class
org.springframework.shell.converters.FileConverter.class
org.springframework.shell.converters.BigIntegerConverter.class
org.springframework.shell.converters.CharacterConverter.class
org.springframework.shell.converters.DateConverter.class
org.springframework.shell.converters.LocaleConverter.class
org.springframework.shell.converters.StringConverter.class
org.springframework.shell.commands.HelpCommands.class
org.springframework.shell.commands.EssentialCommands.class
org.springframework.shell.commands.OsCommands.class
org.springframework.shell.commands.OsOperationsImpl.class
org.springframework.shell.commands.OsOperations.class
org.springframework.shell.plugin.PluginProvider.class
org.springframework.shell.plugin.PromptProvider.class
org.springframework.shell.plugin.HistoryFileNameProvider.class
org.springframework.shell.plugin.BannerProvider.class
org.springframework.shell.plugin.support.DefaultPromptProvider.class
org.springframework.shell.plugin.support.DefaultBannerProvider.class
org.springframework.shell.plugin.support.DefaultHistoryFileNameProvider.class
org.springframework.shell.event.AbstractShellStatusPublisher.class
org.springframework.shell.event.ShellStatus.class
org.springframework.shell.event.ParseResult.class
org.springframework.shell.event.ShellStatusListener.class
org.springframework.shell.event.ShellStatusProvider.class
org.springframework.shell.event.ShellStatus$Status.class
org.springframework.shell.support.logging.HandlerUtils$1.class
org.springframework.shell.support.logging.MessageDisplayUtils.class
org.springframework.shell.support.logging.DeferredLogHandler.class
org.springframework.shell.support.logging.LoggingOutputStream.class
org.springframework.shell.support.logging.HandlerUtils.class
org.springframework.shell.support.util.FileUtils.class
org.springframework.shell.support.util.ExceptionUtils.class
org.springframework.shell.support.util.MathUtils.class
org.springframework.shell.support.util.NaturalOrderComparator.class
org.springframework.shell.support.util.VersionUtils.class
org.springframework.shell.support.util.OsUtils.class
org.springframework.shell.support.util.AnsiEscapeCode.class
org.springframework.shell.support.util.IOUtils.class
org.springframework.shell.core.JLineLogHandler$2.class
org.springframework.shell.core.SimpleExecutionStrategy.class
org.springframework.shell.core.JLineShell$4.class
org.springframework.shell.core.JLineCompletorAdapter.class
org.springframework.shell.core.JLineShell$FlashInfo.class
org.springframework.shell.core.AbstractShell.class
org.springframework.shell.core.JLineShell$3.class
org.springframework.shell.core.JLineShellComponent.class
org.springframework.shell.core.JLineLogHandler.class
org.springframework.shell.core.CommandMarker.class
org.springframework.shell.core.JLineShell$1.class
org.springframework.shell.core.ExecutionStrategy.class
org.springframework.shell.core.Parser.class
org.springframework.shell.core.MethodTarget.class
org.springframework.shell.core.JLineLogHandler$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
spring-context-support-3.1.2.RELEASE.jar
/org.springframework/spring-context-support/3.1.2.RELEASE
查看spring-context-support所有版本文件
jline-1.0.S2-B.jar
/net.sourceforge.jline/jline/1.0.S2-B
查看jline所有版本文件
jansi-1.8.jar
/org.fusesource.jansi/jansi/1.8
查看jansi所有版本文件
commons-io-2.3.jar
/commons-io/commons-io/2.3
查看commons-io所有版本文件
spring-core-3.1.2.RELEASE.jar
/org.springframework/spring-core/3.1.2.RELEASE
查看spring-core所有版本文件
cglib-2.2.2.jar
/cglib/cglib/2.2.2
查看cglib所有版本文件
|