Varlink Java :: Parent

Varlink for Java

License

License

GroupId

GroupId

de.dentrassi.varlink
ArtifactId

ArtifactId

varlink-parent
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

Varlink Java :: Parent
Varlink for Java
Project URL

Project URL

https://github.com/varlink/java
Source Code Management

Source Code Management

https://github.com/ctron/varlink-java

Download varlink-parent

Filename Size
varlink-parent-0.2.0.pom 9 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/de.dentrassi.varlink/varlink-parent/ -->
<dependency>
    <groupId>de.dentrassi.varlink</groupId>
    <artifactId>varlink-parent</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.dentrassi.varlink/varlink-parent/
implementation 'de.dentrassi.varlink:varlink-parent:0.2.0'
// https://jarcasting.com/artifacts/de.dentrassi.varlink/varlink-parent/
implementation ("de.dentrassi.varlink:varlink-parent:0.2.0")
'de.dentrassi.varlink:varlink-parent:pom:0.2.0'
<dependency org="de.dentrassi.varlink" name="varlink-parent" rev="0.2.0">
  <artifact name="varlink-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.dentrassi.varlink', module='varlink-parent', version='0.2.0')
)
libraryDependencies += "de.dentrassi.varlink" % "varlink-parent" % "0.2.0"
[de.dentrassi.varlink/varlink-parent "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • varlink-core
  • varlink-bindings
  • varlink-idl/de.dentrassi.varlink.idl
  • varlink-maven-plugin

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

Versions

Version
0.2.0
0.1.0
0.0.1