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

io.github.wangxvdong:commons 0.0.2

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

Группа

Группа

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

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

commons
Версия

Версия

0.0.2
Тип

Тип

jar

Скачать commons 0.0.2


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