Download sit-0.1.jar file - Jar s

Jar examples for s:sit

Description

Provides implementation of a Java interface by delegating to other Java objects.

You can download jar file sit 0.1 in this page.

Build File

You can use the following script to add sit-0.1.jar to your project.

<dependency>
   <groupId>net.sf.sit</groupId>
   <artifactId>sit</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'net.sf.sit', name: 'sit', version: '0.1'
libraryDependencies += "net.sf.sit" % "sit" % "0.1"
<dependency org="net.sf.sit" name="sit" rev="0.1"/>
@Grapes(@Grab(group='net.sf.sit', module='sit', version='0.1'))
'net.sf.sit:sit:jar:0.1'

Download

Click the following link to download the jar file.

sit-0.1-javadoc.jar
sit-0.1-sources.jar
sit-0.1.jar
sit-0.1.pom



Related Tutorials