Download tests-1.0.jar file - Jar t

Jar examples for t:tests

Description

Tests for JAXB RI OSGi bundles. They should be in separate module because of dependency-hell of osgi and extra-osgi modules.

You can download jar file tests 1.0 in this page.

License

Open Source License

Build File

You can use the following script to add tests-1.0.jar to your project.

<dependency>
   <groupId>pl.ppwozniak</groupId>
   <artifactId>tests</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'pl.ppwozniak', name: 'tests', version: '1.0'
libraryDependencies += "pl.ppwozniak" % "tests" % "1.0"
<dependency org="pl.ppwozniak" name="tests" rev="1.0"/>
@Grapes(@Grab(group='pl.ppwozniak', module='tests', version='1.0'))
'pl.ppwozniak:tests:jar:1.0'

Download

Click the following link to download the jar file.

Tests-1.0-javadoc.jar
Tests-1.0-sources.jar
Tests-1.0.jar
Tests-1.0.pom



Related Tutorials