pelican

framework to publish and consume messages

Лицензия

Лицензия

The MIT License (MIT)
Категории

Категории

Сеть
Группа

Группа

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

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

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

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

1.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

pelican
framework to publish and consume messages
Ссылка на сайт

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

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

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

https://github.com/Tokensmith/otter

Скачать pelican

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

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.apache.kafka : kafka-clients jar 2.5.0
com.fasterxml.jackson.core : jackson-core jar 2.11.1
com.fasterxml.jackson.core : jackson-databind jar 2.11.1
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.11.1
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.11.1
com.fasterxml.jackson.module : jackson-module-afterburner jar 2.11.1
org.slf4j : slf4j-api jar 1.7.25

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

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

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.2.2
1.2.1
1.2
1.1