Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.jingshouyan |
ArtifactId | ArtifactIdtest-client |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
test-client-0.2.0.pom | |
test-client-0.2.0.jar | 3 KB |
test-client-0.2.0-sources.jar | 2 KB |
test-client-0.2.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jingshouyan/test-client/ -->
<dependency>
<groupId>com.github.jingshouyan</groupId>
<artifactId>test-client</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jingshouyan/test-client/
implementation 'com.github.jingshouyan:test-client:0.2.0'
// https://jarcasting.com/artifacts/com.github.jingshouyan/test-client/
implementation ("com.github.jingshouyan:test-client:0.2.0")
'com.github.jingshouyan:test-client:jar:0.2.0'
<dependency org="com.github.jingshouyan" name="test-client" rev="0.2.0">
<artifact name="test-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jingshouyan', module='test-client', version='0.2.0')
)
libraryDependencies += "com.github.jingshouyan" % "test-client" % "0.2.0"
[com.github.jingshouyan/test-client "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
${project.groupId} » j-rpc-client-starter | jar | |
${project.groupId} » j-rpc-trace-zipkin-starter | jar | |
${project.groupId} » crud-common | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.projectlombok : lombok | jar |