8000 GitHub - furplag/relic at v4.1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

furplag/relic

Repository files navigation

relic

Build Status Coverage Status Codacy Badge codebeat badge Maintainability

hope those snippets will help us for development .

Getting Start

Add the following snippet to any project's pom that depends on your project

<repositories>
  ...
  <repository>
    <id>relic</id>
    <url>https://raw.github.com/furplag/relic/mvn-repo/</url>
    <snapshots>
      <enabled>true</enabled>
      <updatePolicy>always</updatePolicy>
    </snapshots>
  </repository>
</repositories>
...
<dependencies>
  ...
  <dependency>
    <groupId>jp.furplag.sandbox</groupId>
    <artifactId>relic</artifactId>
    <version>[4.1,)</version>
  </dependency>
</dependencies>

Feauture

Reflections

enable to unsafe access to the Object .

Streamr

shorthands to use stream API .

Trebchet

functional interfaces which against some problems when handling exceptions in lambda expression .

Deamtiet

converting between each instant values represented by some of (different) time scale, e.g.) epoch millis, unix date, julian date and something .

Localizr

shorthands of Locale and Timezone .

License

Code is under the Apache License v2.

About

hope those snippets will help us for development .

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0