core

Core utilities of Java language.

License

License

GroupId

GroupId

com.develhack
ArtifactId

ArtifactId

core
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

core
Core utilities of Java language.
Project URL

Project URL

https://github.com/develhack/core
Source Code Management

Source Code Management

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

Download core

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.5.0