не последняя версия
Последняя версия 1.1.1.RELEASE

com.github.jiaqi0722:my-test 1.1.1


Группа

Группа

com.github.jiaqi0722
Идентификатор

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

my-test
Версия

Версия

1.1.1
Тип

Тип

jar

Скачать my-test 1.1.1


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