Pluto

A Simple Java API For DateTime.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.clivern
ArtifactId

ArtifactId

pluto
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Pluto
A Simple Java API For DateTime.
Project URL

Project URL

https://github.com/clivern/pluto
Source Code Management

Source Code Management

https://github.com/clivern/pluto

Download pluto

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Pluto

A Simple Java API For DateTime.

Current Version: Under Development

Build Status Javadocs

Installation

To add a dependency using Maven, use the following:

<dependency>
  <groupId>com.clivern</groupId>
  <artifactId>pluto</artifactId>
  <version>1.0.1</version>
</dependency>

To add a dependency using Gradle, use the following:

dependencies {
  compile 'com.clivern:pluto:1.0.1'
}

To add a dependency using Scala SBT, use the following:

libraryDependencies += "com.clivern" % "pluto" % "1.0.1"

Usage

After adding the package as a dependency, Please read the following steps:

#

Misc

Changelog

Version 1.0.2:

Coming Soon

Acknowledgements

© 2017, Clivern. Released under the MIT License.

Pluto is authored and maintained by @clivern.

Versions

Version
1.0.1
1.0.0