Skip to content

Version 0.0.9 (beta) released

Pre-release
Pre-release
Compare
Choose a tag to compare
@marcuskaufmann marcuskaufmann released this 07 Feb 17:57
· 1253 commits to master since this release

0.0.9 (beta)

First release of Neodymium-Library.

This software is currently not found in any central maven repository but in Xceptance's Nexus. To use this software add the following to your pom.

<repositories>
    <repository>
        <id>xc-nexus</id>
        <url>https://lab.xceptance.de/nexus/content/groups/public</url>
    </repository>
</repositories>
...
<dependency>
    <groupId>com.xceptance</groupId>
    <artifactId>neodymium-library</artifactId>
    <version>0.0.9</version>
</dependency>