Download resin-3.0.9.jar file - Jar r

Jar examples for r:resin

Description

You can download jar file resin 3.0.9 in this page.

Build File

You can use the following script to add resin-3.0.9.jar to your project.

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

Download

Click the following link to download the jar file.

resin-3.0.9.jar
resin-3.0.9.pom



Related Tutorials