MVN

org.bedework.bw-synch : bw-synch-ws-xml

Maven & Gradle

Mar 21, 2024
0 stars

Bedework synch: XSD and WSDLS for synch engine · This project provides a synch engine for external subscriptions for Bedework It could also be used for 1 way synchronization between any source and server.

<dependency>
    <groupId>org.bedework.bw-synch</groupId>
    <artifactId>bw-synch-ws-xml</artifactId>
    <version>5.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bedework.bw-synch : bw-synch-ws-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.6

All Versions

Choose a version of org.bedework.bw-synch : bw-synch-ws-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
bw-synch-ws-xml-5.0.6

How to add a dependency to Maven

Add the following org.bedework.bw-synch : bw-synch-ws-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bedework.bw-synch</groupId>
    <artifactId>bw-synch-ws-xml</artifactId>
    <version>5.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bedework.bw-synch : bw-synch-ws-xml gradle dependency to your build.gradle file:

implementation 'org.bedework.bw-synch:bw-synch-ws-xml:5.0.6'

Gradle Kotlin DSL: Add the following org.bedework.bw-synch : bw-synch-ws-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bedework.bw-synch:bw-synch-ws-xml:5.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bedework.bw-synch : bw-synch-ws-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bedework.bw-synch" % "bw-synch-ws-xml" % "5.0.6"