| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.github.jingshouyan |
| Идентификатор | Идентификаторtest-client |
| Последняя версия | Последняя версия0.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ${project.groupId} » j-rpc-client-starter | jar | |
| ${project.groupId} » j-rpc-trace-zipkin-starter | jar | |
| ${project.groupId} » crud-common | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.projectlombok : lombok | jar |