JSON builder for Blitline image service

Java client libraries for Blitline

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

blitline-image-client
Последняя версия

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

0.17.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

JSON builder for Blitline image service
Java client libraries for Blitline

Скачать blitline-image-client

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-lang3 jar 3.2

provided (1)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.core : jackson-databind jar 2.4.6

test (1)

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

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

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

#Blitline Java client

This is a parent project for Java clients for the Blitline processing services. The project currently has support for the Blitline image API.

##Updates

###0.17.0

EXIF date-and-time information is presented in a format that is usually yyyy:MM:dd HH:mm:ss but can vary, including ISO8601-style formats. This library formerly tried to parse the conventional date format out of postback information, but this was unreliable.

Blitline now uses the Ruby Chronic library to guess the date format server-side and returns a reliable ISO8601-formatted date string. This is now available as OriginalMetadata#getIsoDateCreated(). The older getDateCreated() is deprecated and forwards to the new method.

###0.16.0

This release moves the default Spring endpoint to /webhook/blitline/image to make it easier to manage security policy for a collection of such endpoints.

###0.15.0

This release adds support for setting HTTP headers for S3 objects, including a built-in method for setting the Cache-Control header to "cache forever".

The Spring component now requires Spring 4.1.3 or higher, as it registers an HTTP message converter for incoming postbacks using a new hook on WebMvcConfigurerAdapter.

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

Версия
0.17.1
0.17.0
0.16.0
0.15.0
0.14.3
0.14.2
0.14.1
0.14.0
0.13.3
0.13.1
0.13.0
0.12.0
0.11.0
0.10.1
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0