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
文件下载
文件名 操作
spark-quickbooks-runtime-2.0.3.jar 下载
spark-quickbooks-runtime-2.0.3.pom 下载
spark-quickbooks-runtime-2.0.3-sources.jar 下载
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'