Download script-dao-1.0.0.jar file - Jar s

Jar examples for s:script-dao

Description

Library to support dynamic command generation based on Apache Velocity templates

You can download jar file script-dao 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add script-dao-1.0.0.jar to your project.

<dependency>
   <groupId>net.segoia</groupId>
   <artifactId>script-dao</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'net.segoia', name: 'script-dao', version: '1.0.0'
libraryDependencies += "net.segoia" % "script-dao" % "1.0.0"
<dependency org="net.segoia" name="script-dao" rev="1.0.0"/>
@Grapes(@Grab(group='net.segoia', module='script-dao', version='1.0.0'))
'net.segoia:script-dao:jar:1.0.0'

Download

Click the following link to download the jar file.

script-dao-1.0.0.jar
script-dao-1.0.0-javadoc.jar
script-dao-1.0.0.pom
script-dao-1.0.0-sources.jar



Related Tutorials