Download beigesoft-replicator-1.1.6.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.6 in this page.

License

GNU General Public License version 2

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials