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

cn.nikeo.phrase:runtime 1.1.0

A Gradle plugin which generates compile-safe format string builders.

Группа

Группа

cn.nikeo.phrase
Идентификатор

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

runtime
Версия

Версия

1.1.0
Тип

Тип

aar

Скачать runtime 1.1.0


<!-- https://jarcasting.com/artifacts/cn.nikeo.phrase/runtime/ -->
<dependency>
    <groupId>cn.nikeo.phrase</groupId>
    <artifactId>runtime</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.nikeo.phrase/runtime/
implementation 'cn.nikeo.phrase:runtime:1.1.0'
// https://jarcasting.com/artifacts/cn.nikeo.phrase/runtime/
implementation ("cn.nikeo.phrase:runtime:1.1.0")
'cn.nikeo.phrase:runtime:aar:1.1.0'
<dependency org="cn.nikeo.phrase" name="runtime" rev="1.1.0">
  <artifact name="runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.nikeo.phrase', module='runtime', version='1.1.0')
)
libraryDependencies += "cn.nikeo.phrase" % "runtime" % "1.1.0"
[cn.nikeo.phrase/runtime "1.1.0"]