About Wren:DS Grizzly Transport Provider

This module includes a Grizzly based network transport provider for Wren:DS.

Documentation for Wren:DS Grizzly Transport Provider

Javadoc for this module can be found here.

Get Wren:DS Grizzly Transport Provider

Start developing your applications by obtaining Wren:DS Grizzly Transport Provider using any of the following methods:

Maven

By far the simplest method is to develop your application using Maven and add the following settings to your pom.xml:

<repositories>
  <repository>
    <id>wrensecurity-releases</id>
    <name>Wren Security Release Repository</name>
    <url>https://wrensecurity.jfrog.io/wrensecurity/releases</url>
    <snapshots>
      <enabled>false</enabled>
    </snapshots>
  </repository>
  <repository>
    <id>wrensecurity-snapshots</id>
    <name>Wren Security Snapshot Repository</name>
    <url>https://wrensecurity.jfrog.io/wrensecurity/snapshots</url>
    <releases>
      <enabled>false</enabled>
    </releases>
  </repository>
</repositories>

...

<dependencies>
  <dependency>
    <groupId>org.wrensecurity.wrends</groupId>
    <artifactId>opendj-grizzly</artifactId>
    <version>5.1.1-SNAPSHOT</version>
  </dependency>
</dependencies>

Download

If you are not using Maven then you will need to download a pre-built binary from the Wren Security Maven repository, along with any compile time dependencies:

Build

For the DIY enthusiasts you can build it yourself by checking out the latest code using Git and building it with Maven 3.