easy-biance
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.darkice1</groupId> <artifactId>easy-biance</artifactId> <version>1.0.73</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.github.darkice1</groupId> <artifactId>easy-biance</artifactId> <version>1.0.73</version> <name>easy-biance</name> <description>Neo easy Biance SDK.</description> <url>https://github.com/darkice1/easy-biance</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>neo</id> <name>neo</name> <email>starneo@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/darkice1/easy-biance.git</connection> <url>https://github.com/darkice1/easy-biance</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.21</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.github.darkice1</groupId> <artifactId>easy</artifactId> <version>1.0.81</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.binance</groupId> <artifactId>binance-connector-java</artifactId> <version>3.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.23.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.23.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> <version>2.23.1</version> <scope>compile</scope> </dependency> </dependencies> </project>