组织ID: |
com.github.drapostolos |
项目ID: |
type-parser |
版本: |
0.6.0 |
最后修改时间: |
2018-08-07 12:07:40 |
包类型: |
jar |
标题: |
type-parser |
描述: |
This is a lightweigth library that does nothing but parse a string to a given type. Supports most of the java classes, such as Integer, File, Enum, Float and also generic types as well, such as List<Integer>, Set<File> etc. Also possible to register your own parsers. |
相关URL: |
https://github.com/drapostolos/type-parser.git |
大小: |
54.74KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.drapostolos</groupId>
<artifactId>type-parser</artifactId>
<version>0.6.0</version>
</dependency>
|
Gradle引入代码: |
com.github.drapostolos:type-parser:0.6.0
|
下载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>com.github.drapostolos</groupId>
<artifactId>type-parser</artifactId>
<version>0.6.0</version>
<name>type-parser</name>
<description>This is a lightweigth library that does nothing but parse a string to a given type. Supports most of the java classes, such as Integer, File, Enum, Float and also generic types as well, such as List&lt;Integer&gt;, Set&lt;File&gt; etc. Also possible to register your own parsers.</description>
<url>https://github.com/drapostolos/type-parser.git</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>drapostolos</id>
<name>Alexander Poulikakos</name>
<email>github@labelscans.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/drapostolos/type-parser.git</connection>
<developerConnection>scm:git:https://github.com/drapostolos/type-parser.git</developerConnection>
<url>https://github.com/drapostolos/type-parser.git</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>1.7.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.github.drapostolos.typeparser.DynamicParser.class
com.github.drapostolos.typeparser.DynamicParsers$1.class
com.github.drapostolos.typeparser.DynamicParsers$ContainerType$1.class
com.github.drapostolos.typeparser.DynamicParsers$ContainerType$2.class
com.github.drapostolos.typeparser.DynamicParsers$ContainerType$3.class
com.github.drapostolos.typeparser.DynamicParsers$ContainerType$4.class
com.github.drapostolos.typeparser.DynamicParsers$ContainerType.class
com.github.drapostolos.typeparser.DynamicParsers$NoneContainerType$1.class
com.github.drapostolos.typeparser.DynamicParsers$NoneContainerType$2.class
com.github.drapostolos.typeparser.DynamicParsers$NoneContainerType$3.class
com.github.drapostolos.typeparser.DynamicParsers$NoneContainerType$4.class
com.github.drapostolos.typeparser.DynamicParsers$NoneContainerType$5.class
com.github.drapostolos.typeparser.DynamicParsers$NoneContainerType.class
com.github.drapostolos.typeparser.DynamicParsers$Optional.class
com.github.drapostolos.typeparser.DynamicParsers.class
com.github.drapostolos.typeparser.GenericType.class
com.github.drapostolos.typeparser.Helper.class
com.github.drapostolos.typeparser.InputPreprocessor.class
com.github.drapostolos.typeparser.InputPreprocessorHelper.class
com.github.drapostolos.typeparser.NoSuchRegisteredParserException.class
com.github.drapostolos.typeparser.NullStringStrategy.class
com.github.drapostolos.typeparser.NullStringStrategyHelper.class
com.github.drapostolos.typeparser.Parser.class
com.github.drapostolos.typeparser.ParserHelper.class
com.github.drapostolos.typeparser.Parsers$1.class
com.github.drapostolos.typeparser.Parsers$10.class
com.github.drapostolos.typeparser.Parsers$11.class
com.github.drapostolos.typeparser.Parsers$12.class
com.github.drapostolos.typeparser.Parsers$13.class
com.github.drapostolos.typeparser.Parsers$14.class
com.github.drapostolos.typeparser.Parsers$15.class
com.github.drapostolos.typeparser.Parsers$16$1.class
com.github.drapostolos.typeparser.Parsers$16.class
com.github.drapostolos.typeparser.Parsers$2.class
com.github.drapostolos.typeparser.Parsers$3.class
com.github.drapostolos.typeparser.Parsers$4.class
com.github.drapostolos.typeparser.Parsers$5.class
com.github.drapostolos.typeparser.Parsers$6.class
com.github.drapostolos.typeparser.Parsers$7.class
com.github.drapostolos.typeparser.Parsers$8.class
com.github.drapostolos.typeparser.Parsers$9.class
com.github.drapostolos.typeparser.Parsers.class
com.github.drapostolos.typeparser.SplitStrategy.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
assertj-core-1.7.1.jar
/org.assertj/assertj-core/1.7.1
查看assertj-core所有版本文件
|