s

spark-quickbooks-runtime

The runtime implementation of the Spark QuickBooks connector. This library is isolated from the rest of the connector because the QuickBooks Online libraries have dependencies that conflict with Spark and need to be on an isolated classpath.
https://github.com/inetsoft-technology/spark-quickbooks/
The Apache License, Version 2.0
InetSoft Technology
Eric Lee Jason Shobe
Files download
File Operation
spark-quickbooks-runtime-2.0.3.jar download
spark-quickbooks-runtime-2.0.3.pom download
spark-quickbooks-runtime-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.inetsoft.connectors</groupId>
  <artifactId>spark-quickbooks-runtime</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.inetsoft.connectors:spark-quickbooks-runtime:2.0.3'
Gradle Kotlin
implementation("com.inetsoft.connectors:spark-quickbooks-runtime:2.0.3")
Scala SBT
libraryDependencies += "com.inetsoft.connectors" % "spark-quickbooks-runtime" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.inetsoft.connectors', module='spark-quickbooks-runtime', version='2.0.3')
)
Apache Ivy
<dependency org="com.inetsoft.connectors" name="spark-quickbooks-runtime" rev="2.0.3" />
Leiningen
[com.inetsoft.connectors/spark-quickbooks-runtime "2.0.3"]
Apache Buildr
'com.inetsoft.connectors:spark-quickbooks-runtime:jar:2.0.3'