net.sealake:binance-api-client

Module to centralize common resources and configuration for builds.

License

License

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.sealake
ArtifactId

ArtifactId

binance-api-client
Last Version

Last Version

1.0.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Module to centralize common resources and configuration for builds.

Download binance-api-client

How to add to project

<!-- https://jarcasting.com/artifacts/net.sealake/binance-api-client/ -->
<dependency>
    <groupId>net.sealake</groupId>
    <artifactId>binance-api-client</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.sealake/binance-api-client/
implementation 'net.sealake:binance-api-client:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/net.sealake/binance-api-client/
implementation ("net.sealake:binance-api-client:1.0.0.RELEASE")
'net.sealake:binance-api-client:jar:1.0.0.RELEASE'
<dependency org="net.sealake" name="binance-api-client" rev="1.0.0.RELEASE">
  <artifact name="binance-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sealake', module='binance-api-client', version='1.0.0.RELEASE')
)
libraryDependencies += "net.sealake" % "binance-api-client" % "1.0.0.RELEASE"
[net.sealake/binance-api-client "1.0.0.RELEASE"]

Dependencies

compile (4)

Group / Artifact Type Version
com.squareup.retrofit2 : retrofit jar 2.3.0
com.squareup.retrofit2 : converter-jackson jar 2.3.0
commons-codec : commons-codec jar 1.10
org.apache.commons : commons-lang3 jar 3.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

common-build

作为所有项目的父项目,提供父pom配置,通过为子项目设置maven插件来管理软件工程。 目前common-build父pom定义了使用的maven的最低版本,java版本(java8),字符编码(UTF-8),常见的插件等内容。

想要使用common-build提供的maven插件以及配置,只要将其设置为父项目即可。如下所示:

    <parent>
        <groupId>net.sealake</groupId>
        <artifactId>common-build</artifactId>
        <version>1.0.0.RELEASE</version>
    </parent>

其他

编码规范

关于编码规范以及IDE插件设置,请点击这里

Java后端技术栈

在后端项目中使用的框架以及文档,请点击这里

maven设置

maven配置文件,请点击这里

Versions

Version
1.0.0.RELEASE
1.0.0