Varlink Java :: Core

Varlink for Java

Лицензия

Лицензия

Группа

Группа

de.dentrassi.varlink
Идентификатор

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

varlink-core
Последняя версия

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

0.2.0
Дата

Дата

Тип

Тип

bundle
Описание

Описание

Varlink Java :: Core
Varlink for Java

Скачать varlink-core

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.25
io.netty : netty-buffer jar 4.1.18.Final
io.netty : netty-common jar 4.1.18.Final
io.netty : netty-transport jar 4.1.18.Final
io.netty : netty-codec jar 4.1.18.Final
io.netty : netty-handler jar 4.1.18.Final
io.netty : netty-transport-native-epoll jar 4.1.18.Final
io.glutamate : glutamate jar 0.0.7
com.google.code.gson : gson jar 2.8.2

runtime (2)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.2.3
io.netty : netty-transport-native-epoll jar 4.1.18.Final

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

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

Varlink for Java Build status Maven Central

"Varlink for Java" are Java bindings and tools for Varlink.

Maven plugin

There is Maven plugin which creates a default Java client based on a varlink file. You can add this to your Maven project using:

<plugin>
  <groupId>de.dentrassi.varlink</groupId>
  <artifactId>varlink-maven-plugin</artifactId>
  <version><!-- plugin version--></version>
</plugin>

Eclipse Varlink File Editor

There is an Eclipse editor for Varlink based files. It can be installed using the Eclipse Marketplace:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

P2 Repository

Varlink for Java also provides a P2 repository: https://varlink.github.io/java/p2/latest

Building the project

This project consists of two main builds. The first is a plain maven build and the second is a Maven Tycho based build. Unfortunately this is necessary due to the way the different components work. I am happy to receive a PR which fixes this nightmare ;-)

In order to build this project you need to issue the following two commands:

mvn clean install
mvn clean install -f varlink-idl/pom.xml

Also see: HACKING.md

de.dentrassi.varlink
APIs – plain-text, type-safe, discoverable, self-documenting, remotable

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

Версия
0.2.0
0.1.0
0.0.1