otter-translatable

interface to assist with serializing POJOs to and from JSON

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.tokensmith
Идентификатор

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

otter-translatable
Последняя версия

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

1.5.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

otter-translatable
interface to assist with serializing POJOs to and from JSON
Ссылка на сайт

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

https://github.com/tokensmith/otter

Скачать otter-translatable

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

otter

Otter is a micro web framework that sits on top of the servlet api 4.0.1

Contribute!

Contribute!

Hello World Application

If you want to get started with all the details head over to the hello world example application.

Quick Start Application

If you want to get started quickly head over to the quick start example application. Only 5 files to get started.

Dependency coordinates

Latest pinned version is 1.5.7

Current development version is 1.5.7

Maven

<dependencies>
    <dependency>
        <groupId>net.tokensmith</groupId>
        <artifactId>otter</artifactId>
        <version>1.5.7</version>
    </dependency>
</dependencies>

Gradle

compile group: 'net.tokensmith', name: 'otter', version: '1.5.7'

Documentation

Detailed documentation is available.

Why?

Otter was created to provide these features:

  • Preference of Generics over Reflection
  • Abstract the I/O framework from the web framework
  • Regex routing
  • Application encrypted sessions
  • Async I/O
  • HTTP 2

Otter began embedded within a web application in late 2014. Back then there were not many options for those features. It was extracted and open sourced in 2017.

net.tokensmith
OAuth 2.0 and OIDC Identity Server

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

Версия
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1