не последняя версия
Последняя версия 0.0.3

io.github.wangxvdong:commons 0.0.1

A application used as an example on how to set up pushing its components to the Central Repository.

Группа

Группа

io.github.wangxvdong
Идентификатор

Идентификатор

commons
Версия

Версия

0.0.1
Тип

Тип

jar

Скачать commons 0.0.1

Имя Файла Размер
commons-0.0.1.pom
commons-0.0.1.jar 261 bytes
commons-0.0.1-sources.jar 261 bytes
commons-0.0.1-javadoc.jar 261 bytes
Обзор

<!-- https://jarcasting.com/artifacts/io.github.wangxvdong/commons/ -->
<dependency>
    <groupId>io.github.wangxvdong</groupId>
    <artifactId>commons</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wangxvdong/commons/
implementation 'io.github.wangxvdong:commons:0.0.1'
// https://jarcasting.com/artifacts/io.github.wangxvdong/commons/
implementation ("io.github.wangxvdong:commons:0.0.1")
'io.github.wangxvdong:commons:jar:0.0.1'
<dependency org="io.github.wangxvdong" name="commons" rev="0.0.1">
  <artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wangxvdong', module='commons', version='0.0.1')
)
libraryDependencies += "io.github.wangxvdong" % "commons" % "0.0.1"
[io.github.wangxvdong/commons "0.0.1"]