Download tiny-plugz-0.2.0.jar file - Jar t

Jar examples for t:tiny-plugz

Description

TinyPlugz is a high level API around java's ServiceLoader and URLClassLoader.

You can download jar file tiny-plugz 0.2.0 in this page.

Build File

You can use the following script to add tiny-plugz-0.2.0.jar to your project.

<dependency>
   <groupId>de.skuzzle.tinyplugz</groupId>
   <artifactId>tiny-plugz</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'de.skuzzle.tinyplugz', name: 'tiny-plugz', version: '0.2.0'
libraryDependencies += "de.skuzzle.tinyplugz" % "tiny-plugz" % "0.2.0"
<dependency org="de.skuzzle.tinyplugz" name="tiny-plugz" rev="0.2.0"/>
@Grapes(@Grab(group='de.skuzzle.tinyplugz', module='tiny-plugz', version='0.2.0'))
'de.skuzzle.tinyplugz:tiny-plugz:jar:0.2.0'

Download

Click the following link to download the jar file.

tiny-plugz-0.2.0.jar
tiny-plugz-0.2.0-javadoc.jar
tiny-plugz-0.2.0.pom
tiny-plugz-0.2.0-sources.jar
tiny-plugz-0.2.0-tests.jar



Related Tutorials