jsanitizers

Java Sanitizer interfaces to ease raw type conversion

License

License

GroupId

GroupId

io.github.v-ed
ArtifactId

ArtifactId

jsanitizers
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

jsanitizers
Java Sanitizer interfaces to ease raw type conversion
Project URL

Project URL

https://github.com/V-ed/jsanitizers
Source Code Management

Source Code Management

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

Download jsanitizers

How to add to project

<!-- 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"]

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.0-M1
org.mockito : mockito-junit-jupiter jar 2.19.1

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.1.0
2.0.0
1.0.0
0.1.0