b

bw-synch-ws-xml

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.
https://github.com/Bedework/bw-synch/bw-synch-ws-xml
Apache License Version 2.0
Mike Douglass Arlen Johnson
Files download
File Operation
bw-synch-ws-xml-5.0.8.jar download
bw-synch-ws-xml-5.0.8.pom download
bw-synch-ws-xml-5.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bedework.bw-synch</groupId>
  <artifactId>bw-synch-ws-xml</artifactId>
  <version>5.0.8</version>
</dependency>
Gradle Groovy
implementation 'org.bedework.bw-synch:bw-synch-ws-xml:5.0.8'
Gradle Kotlin
implementation("org.bedework.bw-synch:bw-synch-ws-xml:5.0.8")
Scala SBT
libraryDependencies += "org.bedework.bw-synch" % "bw-synch-ws-xml" % "5.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.bedework.bw-synch', module='bw-synch-ws-xml', version='5.0.8')
)
Apache Ivy
<dependency org="org.bedework.bw-synch" name="bw-synch-ws-xml" rev="5.0.8" />
Leiningen
[org.bedework.bw-synch/bw-synch-ws-xml "5.0.8"]
Apache Buildr
'org.bedework.bw-synch:bw-synch-ws-xml:jar:5.0.8'