Последняя версия

type-parser 0.7.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.

Лицензия

Лицензия

Группа

Группа

com.github.drapostolos
Идентификатор

Идентификатор

type-parser
Версия

Версия

0.7.0
Тип

Тип

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/drapostolos/type-parser.git
Система контроля версий

Система контроля версий

https://github.com/drapostolos/type-parser.git

Скачать type-parser 0.7.0


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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.assertj : assertj-core jar 1.7.1

Модули Проекта

Данный проект не имеет модулей.