Download seaf-commons-0.5.jar file - Jar s

Jar examples for s:seaf-commons

Description

SEAF sources and resources shared by SEAF project family.

You can download jar file seaf-commons 0.5 in this page.

Build File

You can use the following script to add seaf-commons-0.5.jar to your project.

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

Download

Click the following link to download the jar file.

seaf-commons-0.5-javadoc.jar
seaf-commons-0.5-sources.jar
seaf-commons-0.5.jar
seaf-commons-0.5.pom



Related Tutorials