is not current version
Last Version 0.7.0

com.github.drapostolos:type-parser 0.6.0

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.

GroupId

GroupId

com.github.drapostolos
ArtifactId

ArtifactId

type-parser
Version

Version

0.6.0
Type

Type

jar

Download type-parser 0.6.0


<!-- https://jarcasting.com/artifacts/com.github.drapostolos/type-parser/ -->
<dependency>
    <groupId>com.github.drapostolos</groupId>
    <artifactId>type-parser</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.drapostolos/type-parser/
implementation 'com.github.drapostolos:type-parser:0.6.0'
// https://jarcasting.com/artifacts/com.github.drapostolos/type-parser/
implementation ("com.github.drapostolos:type-parser:0.6.0")
'com.github.drapostolos:type-parser:jar:0.6.0'
<dependency org="com.github.drapostolos" name="type-parser" rev="0.6.0">
  <artifact name="type-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.drapostolos', module='type-parser', version='0.6.0')
)
libraryDependencies += "com.github.drapostolos" % "type-parser" % "0.6.0"
[com.github.drapostolos/type-parser "0.6.0"]