hermod-java-parent


Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

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

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

hermod-java-parent
Последняя версия

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

0.0.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

hermod-java-parent
hermod-java-parent
Ссылка на сайт

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

https://github.com/hermod/hermod-java-parent
Организация-разработчик

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

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

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

https://github.com/hermod/hermod-java-parent.git

Скачать hermod-java-parent

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

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

Зависимости

test (1)

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

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

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

Introduction

The purpose of this Hermod project is to define a high level framework to build very fast messaging applications where it's very easy to switch between serialization or publisher/subscriber implementation.

Goals/Drivers

You can make an analogy with logger and SLF4J for example.

This project aims to be an API for publish subscriber concept (included serialization).

Study will be done into Java but target should be

  • Provide a DSL to provide a basic message builder (Mandatory).
  • Java binding (mandatory).
  • C++ binding.
  • C# binding.

Our 3 drivers are:

  • Performance
  • Interoperability (for both: implementation and or language)
  • Low coupling between components.

Sub-projets are

  • hermod-ser-[api|impl] (Serialization)
  • hermod-net-[api|impl] (Network/Protocol)
  • hermod-feed-[api|impl] (Feed Publish/Subcribe)

Hermod, what is the meaning ?

Hermod is the God of Speed and the Messager of the Gods in the norse mythology.

Links

Build Status

The maven site Link.

com.github.hermod

Hermod

Hermod

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

Версия
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1