bq-options
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.bitquant-initiative</groupId> <artifactId>bq-options</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-options</artifactId> <version>0.3.4</version> <name>bq-options</name> <description>BQ Options</description> <url>https://github.com/bitquant-initiative/bq-options</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/bitquant-initiative/bq/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>io.github.bitquant-initiative</groupId> <artifactId>bq-ducktape</artifactId> <version>${revision}</version> </dependency> </dependencies> <build /> </project>