| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.drewctaylor |
| Идентификатор | Идентификаторconstrain |
| Последняя версия | Последняя версия0.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| constrain-0.0.2.pom | |
| constrain-0.0.2.jar | 41 KB |
| constrain-0.0.2-sources.jar | 19 KB |
| constrain-0.0.2-javadoc.jar | 546 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.drewctaylor : require | jar | 0.0.2 |
| io.github.drewctaylor : type-encoded | jar | 0.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |