Pluto

A Simple Java API For DateTime.

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

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

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Pluto
A Simple Java API For DateTime.
Ссылка на сайт

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

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

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

https://github.com/clivern/pluto

Скачать pluto

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

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

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.

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

Версия
1.0.1
1.0.0