Last Version

dblogin-client 1.0

A simple client login to the registry Spring project connects registries by adding clients

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

cn.p00q.dblogin
ArtifactId

ArtifactId

client
Version

Version

1.0
Type

Type

jar
Description

Description

dblogin-client
A simple client login to the registry Spring project connects registries by adding clients
Project URL

Project URL

https://github.com/danbai225/dblogin/tree/master/client
Source Code Management

Source Code Management

https://github.com/danbai225/dblogin.git

Download client 1.0


<!-- https://jarcasting.com/artifacts/cn.p00q.dblogin/client/ -->
<dependency>
    <groupId>cn.p00q.dblogin</groupId>
    <artifactId>client</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.p00q.dblogin/client/
implementation 'cn.p00q.dblogin:client:1.0'
// https://jarcasting.com/artifacts/cn.p00q.dblogin/client/
implementation ("cn.p00q.dblogin:client:1.0")
'cn.p00q.dblogin:client:jar:1.0'
<dependency org="cn.p00q.dblogin" name="client" rev="1.0">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.p00q.dblogin', module='client', version='1.0')
)
libraryDependencies += "cn.p00q.dblogin" % "client" % "1.0"
[cn.p00q.dblogin/client "1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar 2.2.4.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.2.4.RELEASE
com.squareup.okhttp : okhttp jar 2.7.5
com.alibaba : fastjson jar 1.2.61

Project Modules

There are no modules declared in this project.