License |
License |
---|---|
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeigesoft-replicator |
Last Version | Last Version1.1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeigesoft™ replicator/persister
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.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beigesoft-replicator/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beigesoft-replicator</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beigesoft-replicator/
implementation 'org.beigesoft:beigesoft-replicator:1.1.8'
// https://jarcasting.com/artifacts/org.beigesoft/beigesoft-replicator/
implementation ("org.beigesoft:beigesoft-replicator:1.1.8")
'org.beigesoft:beigesoft-replicator:jar:1.1.8'
<dependency org="org.beigesoft" name="beigesoft-replicator" rev="1.1.8">
<artifact name="beigesoft-replicator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beigesoft-replicator', version='1.1.8')
)
libraryDependencies += "org.beigesoft" % "beigesoft-replicator" % "1.1.8"
[org.beigesoft/beigesoft-replicator "1.1.8"]
Group / Artifact | Type | Version |
---|---|---|
org.beigesoft : beigesoft-settings | jar | 1.1.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.beigesoft : beigesoft-bcommon | test-jar | 1.1.8 |