MVN

com.github.drapostolos : type-parser

Maven & Gradle

Dec 30, 2022
18 usages
56 stars

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.

<dependency>
    <groupId>com.github.drapostolos</groupId>
    <artifactId>type-parser</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.drapostolos : type-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of com.github.drapostolos : type-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
type-parser-0.8.1
0.7.x
type-parser-0.7.0
0.6.x
type-parser-0.6.0
0.5.x
type-parser-0.5.0
0.4.x
type-parser-0.4.0
0.3.x
type-parser-0.3.0
0.2.x
type-parser-0.2.0
0.1.x
type-parser-0.1.0

How to add a dependency to Maven

Add the following com.github.drapostolos : type-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.drapostolos</groupId>
    <artifactId>type-parser</artifactId>
    <version>0.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.drapostolos : type-parser gradle dependency to your build.gradle file:

implementation 'com.github.drapostolos:type-parser:0.8.1'

Gradle Kotlin DSL: Add the following com.github.drapostolos : type-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.drapostolos:type-parser:0.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.drapostolos : type-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.drapostolos" % "type-parser" % "0.8.1"

Advertisement

Dependencies from Group

Dec 30, 2022
18 usages
56 stars
May 01, 2023
44 stars
Sep 21, 2013
1 stars

Discover Dependencies

Mar 13, 2018
2 usages
941 stars
Jun 17, 2017
8 usages
40 stars
Apr 26, 2021
10 stars
Aug 20, 2018
2 usages
10 stars
Sep 24, 2021
4 usages
31 stars
Sep 24, 2021
15 usages
31 stars
Aug 19, 2018
1 usages
11k stars