Varlink Java :: Bindings :: io.systemd.network

Varlink for Java

License

License

Categories

Categories

Net
GroupId

GroupId

de.dentrassi.varlink.bindings
ArtifactId

ArtifactId

io.systemd.network
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

bundle
Description

Description

Varlink Java :: Bindings :: io.systemd.network
Varlink for Java

Download io.systemd.network

Dependencies

compile (1)

Group / Artifact Type Version
de.dentrassi.varlink : varlink-core jar 0.2.0

test (1)

Group / Artifact Type Version
org.eclipse.neoscada.utils : org.eclipse.scada.utils jar 0.4.0

Project Modules

There are no modules declared in this project.

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.bindings
APIs – plain-text, type-safe, discoverable, self-documenting, remotable

Versions

Version
0.2.0
0.1.0