bq-util
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.bitquant-initiative</groupId> <artifactId>bq-util</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-util</artifactId> <version>0.3.4</version> <name>bq-util</name> <description>BQ Utility</description> <url>https://github.com/bitquant-initiative/bq-util</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>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> </dependency> <dependency> <groupId>com.jakewharton.picnic</groupId> <artifactId>picnic-jvm</artifactId> <version>0.7.0</version> </dependency> <dependency> <groupId>org.duckdb</groupId> <artifactId>duckdb_jdbc</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jdom</groupId> <artifactId>jdom2</artifactId> <version>2.0.6.1</version> <scope>test</scope> </dependency> </dependencies> <build /> </project>