Axibase Date Processor

Library for manipulating timestamps using Axibase datetime syntax

Лицензия

Лицензия

Группа

Группа

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

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

date-processor
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Axibase Date Processor
Library for manipulating timestamps using Axibase datetime syntax
Ссылка на сайт

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

https://axibase.com/docs/atsd/shared/time-pattern.html#date-and-time-patterns
Организация-разработчик

Организация-разработчик

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

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

https://github.com/axibase/date-processor.git

Скачать date-processor

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

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

Зависимости

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
org.openjdk.jmh : jmh-core jar 1.22
org.openjdk.jmh : jmh-generator-annprocess jar 1.22

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

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

Build Status License Maven Central Known Vulnerabilities

Date parsing and formatting library optimized for Axibase date pattern syntax.

com.axibase.date.DatetimeProcessor performs parsing and formatting timestamps.

com.axibase.date.PatternResolver creates a com.axibase.date.DatetimeProcessor object by pattern.

Processor objects are immutable, so feel free to cache them for better performance.

com.axibase

Axibase Corporation

Public Axibase repositories on GitHub

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

Версия
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0