Jar examples for t: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.
You can download jar file type-parser 0.5.0 in this page.
The MIT License (MIT)
You can use the following script to add type-parser-0.5.0.jar to your project.
<dependency> <groupId>com.github.drapostolos</groupId> <artifactId>type-parser</artifactId> <version>0.5.0</version> </dependency>
compile group: 'com.github.drapostolos', name: 'type-parser', version: '0.5.0'
libraryDependencies += "com.github.drapostolos" % "type-parser" % "0.5.0"
<dependency org="com.github.drapostolos" name="type-parser" rev="0.5.0"/>
@Grapes(@Grab(group='com.github.drapostolos', module='type-parser', version='0.5.0'))
'com.github.drapostolos:type-parser:jar:0.5.0'
Click the following link to download the jar file.
type-parser-0.5.0-javadoc.jar