Download trivet-1.0.jar file - Jar t

Jar examples for t:trivet

Description

A trivial remoting protocol based on Java serialization and HTTP.

You can download jar file trivet 1.0 in this page.

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

trivet-1.0-javadoc.jar
trivet-1.0-sources.jar
trivet-1.0.jar
trivet-1.0.pom



Related Tutorials