| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.wangxvdong |
| Идентификатор | Идентификаторcommons |
| Последняя версия | Последняя версия0.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеExample Application
A application used as an example on how to set up pushing its components to the Central Repository.
|
| Имя Файла | Размер |
|---|---|
| commons-0.0.3.pom | |
| commons-0.0.3.jar | 3 KB |
| commons-0.0.3-sources.jar | 2 KB |
| commons-0.0.3-javadoc.jar | 402 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.wangxvdong/commons/ -->
<dependency>
<groupId>io.github.wangxvdong</groupId>
<artifactId>commons</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wangxvdong/commons/
implementation 'io.github.wangxvdong:commons:0.0.3'
// https://jarcasting.com/artifacts/io.github.wangxvdong/commons/
implementation ("io.github.wangxvdong:commons:0.0.3")
'io.github.wangxvdong:commons:jar:0.0.3'
<dependency org="io.github.wangxvdong" name="commons" rev="0.0.3">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wangxvdong', module='commons', version='0.0.3')
)
libraryDependencies += "io.github.wangxvdong" % "commons" % "0.0.3"
[io.github.wangxvdong/commons "0.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| com.alibaba : fastjson | jar | 1.2.76 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |