не последняя версия
Последняя версия 1.1.RC

com.up1234567:unistar 1.0.RC

Unistar is an integrated micro-service architecture system, which advocates the principle of minimization and enables developers to quickly build micro-service systems in a moment. Unistar is not only a micro service center, but also a micro concept.

Группа

Группа

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

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

unistar
Версия

Версия

1.0.RC
Тип

Тип

pom

Скачать unistar 1.0.RC

Имя Файла Размер
unistar-1.0.RC.pom 8 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.up1234567/unistar/ -->
<dependency>
    <groupId>com.up1234567</groupId>
    <artifactId>unistar</artifactId>
    <version>1.0.RC</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.up1234567/unistar/
implementation 'com.up1234567:unistar:1.0.RC'
// https://jarcasting.com/artifacts/com.up1234567/unistar/
implementation ("com.up1234567:unistar:1.0.RC")
'com.up1234567:unistar:pom:1.0.RC'
<dependency org="com.up1234567" name="unistar" rev="1.0.RC">
  <artifact name="unistar" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.up1234567', module='unistar', version='1.0.RC')
)
libraryDependencies += "com.up1234567" % "unistar" % "1.0.RC"
[com.up1234567/unistar "1.0.RC"]