jsanitizers

Java Sanitizer interfaces to ease raw type conversion

Лицензия

Лицензия

Группа

Группа

io.github.v-ed
Идентификатор

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

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

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

2.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jsanitizers
Java Sanitizer interfaces to ease raw type conversion
Ссылка на сайт

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

https://github.com/V-ed/jsanitizers
Система контроля версий

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

https://github.com/V-ed/jsanitizers

Скачать jsanitizers

Как подключить последнюю версию

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.3.0-M1
org.mockito : mockito-junit-jupiter jar 2.19.1

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

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

Version Build Status Coverage Status

JSanitizers - Java Sanitizers

Plugin that provides sanitizers for Java primitive types and few other goodies to help type-check objects in applications.

Beta

You can test the newest features of this plugin by using the SNAPSHOT version : version (SNAPSHOT). The latest commits can be found here.

Author

  • Guillaume Marcoux (V-ed) - Owner

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Версии библиотеки

Версия
2.1.0
2.0.0
1.0.0
0.1.0