Download seaf-commons-0.6.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.6 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials