develhack-core

The underlying library for Develhack.

Лицензия

Лицензия

Группа

Группа

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

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

develhack-core
Последняя версия

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

0.9.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

develhack-core
The underlying library for Develhack.
Ссылка на сайт

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

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

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

https://github.com/develhack/develhack-core.git

Скачать develhack-core

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Develhack Core Library

Build Status Coverage Status Coverity Scan Build Status

Description

Annotations for representing assertion

The annotations included in com.develhack.annotation.assertion package represents assertion of method arguments and properties.

These annotations are intended primarily for documentation, but it is also possible to evaluate by reflection at run time.

Annotations for representing feature

The annotations included in com.develhack.annotation.feature package represents feature of classes.

These annotations are intended primarily for documentation, but it is also possible to evaluate by reflection at run time.

Functions for condition determination

The static methods prefixed by is that defined in the com.develhack.Conditions provides utility functions for determining a condition.

Functions for asserting pre-condition

The static methods prefixed by check that defined in the com.develhack.Conditions provides utility functions for check pre-condition.

If violating the pre-conditions, these methods throw the java.lang.IllegalArgumentException with an appropriate message.

More information

See the Javadoc for more information.

Requirement

  • JDK 1.6 or higher

Usage

Maven

pom.xml
<dependency>
    <groupId>com.develhack</groupId>
    <artifactId>develhack-core</artifactId>
    <version>0.9.3</version>
</dependency>

Gradle

build.gradle
dependencies {
    compile 'com.develhack:develhack-core:0.9.3'
}

Otherwise

Download the develhack-core-0.9.3.jar from the release page.

License

com.develhack

Develhack

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

Версия
0.9.3
0.9.2
0.9.1
0.9.0