Download beigesoft-replicator-1.1.5.jar file - Jar b

Jar examples for b:beigesoft-replicator

Description

It replicate/persist any entity according XML settings and user's requirements with a file or network (HTTP). Right now it has implemented XML format of stored/transferred data. Beige-Accounting uses it with web-service for full database import and to import accounting data between databases.

You can download jar file beigesoft-replicator 1.1.5 in this page.

License

GNU General Public License version 2

Build File

You can use the following script to add beigesoft-replicator-1.1.5.jar to your project.

<dependency>
   <groupId>org.beigesoft</groupId>
   <artifactId>beigesoft-replicator</artifactId>
   <version>1.1.5</version>
</dependency>
compile group: 'org.beigesoft', name: 'beigesoft-replicator', version: '1.1.5'
libraryDependencies += "org.beigesoft" % "beigesoft-replicator" % "1.1.5"
<dependency org="org.beigesoft" name="beigesoft-replicator" rev="1.1.5"/>
@Grapes(@Grab(group='org.beigesoft', module='beigesoft-replicator', version='1.1.5'))
'org.beigesoft:beigesoft-replicator:jar:1.1.5'

Download

Click the following link to download the jar file.

beigesoft-replicator-1.1.5-javadoc.jar
beigesoft-replicator-1.1.5-sources.jar
beigesoft-replicator-1.1.5.jar
beigesoft-replicator-1.1.5.pom



Related Tutorials