bq-sheets
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.bitquant-initiative</groupId> <artifactId>bq-sheets</artifactId> <version>0.3.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.bitquant-initiative</groupId> <artifactId>bq-parent-pom</artifactId> <version>0.3.4</version> <relativePath>../bq-parent-pom/pom.xml</relativePath> </parent> <groupId>io.github.bitquant-initiative</groupId> <artifactId>bq-sheets</artifactId> <version>0.3.4</version> <name>bq-sheets</name> <description>BQ Sheets</description> <url>https://github.com/bitquant-initiative/bq/tree/main/bq-sheets</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/bitquant-initiative/bq/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <properties> <maven.compiler.release>21</maven.compiler.release> <maven.compiler.source>21</maven.compiler.source> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>io.github.bitquant-initiative</groupId> <artifactId>bq-ta4j</artifactId> <version>${revision}</version> </dependency> <dependency> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client-jetty</artifactId> <version>1.38.0</version> </dependency> <dependency> <groupId>com.google.apis</groupId> <artifactId>google-api-services-sheets</artifactId> <version>v4-rev20250211-2.0.0</version> </dependency> <dependency> <groupId>com.google.api-client</groupId> <artifactId>google-api-client</artifactId> <version>2.7.2</version> </dependency> </dependencies> <build /> </project>