| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdcom.inetsoft.connectors | 
    
| ArtifactId | ArtifactIdspark-quickbooks-runtime | 
    
| Last Version | Last Version2.0.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSpark QuickBooks Connector 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. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.inetsoft.connectors/spark-quickbooks-runtime/ -->
<dependency>
    <groupId>com.inetsoft.connectors</groupId>
    <artifactId>spark-quickbooks-runtime</artifactId>
    <version>2.0.3</version>
</dependency>
                // https://jarcasting.com/artifacts/com.inetsoft.connectors/spark-quickbooks-runtime/
implementation 'com.inetsoft.connectors:spark-quickbooks-runtime:2.0.3'
                // https://jarcasting.com/artifacts/com.inetsoft.connectors/spark-quickbooks-runtime/
implementation ("com.inetsoft.connectors:spark-quickbooks-runtime:2.0.3")
                'com.inetsoft.connectors:spark-quickbooks-runtime:jar:2.0.3'
                <dependency org="com.inetsoft.connectors" name="spark-quickbooks-runtime" rev="2.0.3">
  <artifact name="spark-quickbooks-runtime" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.inetsoft.connectors', module='spark-quickbooks-runtime', version='2.0.3')
)
                libraryDependencies += "com.inetsoft.connectors" % "spark-quickbooks-runtime" % "2.0.3"
                [com.inetsoft.connectors/spark-quickbooks-runtime "2.0.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.3 | 
| com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.10.5 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.3 | 
| com.intuit.quickbooks-online : ipp-v3-java-data | jar | 6.2.1 | 
| com.intuit.quickbooks-online : ipp-v3-java-devkit | jar | 6.2.1 | 
| com.intuit.quickbooks-online : oauth2-platform-api | jar | 6.2.1 | 
| com.inetsoft.connectors : spark-quickbooks-api | jar | 2.0.3 |