io.github.drewctaylor:constrain

Constrain values to be less than a maximum, greater than a minimum, or both, and to encode those constraints into the type of the value.

License

License

MIT
GroupId

GroupId

io.github.drewctaylor
ArtifactId

ArtifactId

constrain
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.drewctaylor:constrain
Constrain values to be less than a maximum, greater than a minimum, or both, and to encode those constraints into the type of the value.
Project URL

Project URL

https://github.com/drewctaylor/constrain
Project Organization

Project Organization

Drew Taylor
Source Code Management

Source Code Management

https://github.com/drewctaylor/constrain

Download constrain

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
io.github.drewctaylor : require jar 0.0.2
io.github.drewctaylor : type-encoded jar 0.0.2

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2