MVN

org.jumpmind.symmetric : symmetric-ds

Maven & Gradle

Mar 01, 2013
1 usages

ds · SymmetricDS is an open source database synchronization solution. It is platform-independent, web-enabled, and database-agnostic. SymmetricDS was first built to replicate changes between 'retail store' databases and ad centralized 'corporate' database.

<dependency>
    <groupId>org.jumpmind.symmetric</groupId>
    <artifactId>symmetric-ds</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jumpmind.symmetric : symmetric-ds to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of org.jumpmind.symmetric : symmetric-ds to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
symmetric-ds-2.1.3
symmetric-ds-2.1.2
symmetric-ds-2.1.1
symmetric-ds-2.1.0
1.3.x
symmetric-ds-1.3.2

How to add a dependency to Maven

Add the following org.jumpmind.symmetric : symmetric-ds maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jumpmind.symmetric</groupId>
    <artifactId>symmetric-ds</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jumpmind.symmetric : symmetric-ds gradle dependency to your build.gradle file:

implementation 'org.jumpmind.symmetric:symmetric-ds:1.3.2'

Gradle Kotlin DSL: Add the following org.jumpmind.symmetric : symmetric-ds gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jumpmind.symmetric:symmetric-ds:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jumpmind.symmetric : symmetric-ds sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jumpmind.symmetric" % "symmetric-ds" % "1.3.2"

Advertisement