MVN

com.m-creations.symmetricds : symmetricds-configurator

Maven & Gradle

Feb 20, 2017
0 stars

symmetricds-configurator · A standalone SymmetricDS configutator based on the Apache Velocity template engine.

<dependency>
    <groupId>com.m-creations.symmetricds</groupId>
    <artifactId>symmetricds-configurator</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.m-creations.symmetricds : symmetricds-configurator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.m-creations.symmetricds : symmetricds-configurator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
symmetricds-configurator-1.0

How to add a dependency to Maven

Add the following com.m-creations.symmetricds : symmetricds-configurator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.m-creations.symmetricds</groupId>
    <artifactId>symmetricds-configurator</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.m-creations.symmetricds : symmetricds-configurator gradle dependency to your build.gradle file:

implementation 'com.m-creations.symmetricds:symmetricds-configurator:1.0'

Gradle Kotlin DSL: Add the following com.m-creations.symmetricds : symmetricds-configurator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.m-creations.symmetricds:symmetricds-configurator:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.m-creations.symmetricds : symmetricds-configurator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.m-creations.symmetricds" % "symmetricds-configurator" % "1.0"