Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

furplag/deamtiet

Repository files navigation

deamtiet

deprecated Build Status Coverage Status Codacy Badge codebeat badge Maintainability

help us to understand to Date/Time API.

Getting Start

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

<repositories>
  ...
  <repository>
    <id>deamtiet</id>
    <url>https://raw.github.com/furplag/deamtiet/mvn-repo/</url>
    <snapshots>
      <enabled>true</enabled>
      <updatePolicy>always</updatePolicy>
    </snapshots>
  </repository>
</repositories>
...
<dependencies>
  ...
  <dependency>
    <groupId>jp.furplag.sandbox</groupId>
    <artifactId>deamtiet</artifactId>
    <version>2.0.1-FINAL</version>
  </dependency>
</dependencies>

License

Code is under the Apache Licence v2.