| Группа | Группаcom.github.liaochong |
|---|---|
| Идентификатор | Идентификаторratel-tools |
| Версия | Версия1.0.0-snapshot |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| ratel-tools-1.0.0-snapshot.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.liaochong/ratel-tools/ -->
<dependency>
<groupId>com.github.liaochong</groupId>
<artifactId>ratel-tools</artifactId>
<version>1.0.0-snapshot</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.liaochong/ratel-tools/
implementation 'com.github.liaochong:ratel-tools:1.0.0-snapshot'
// https://jarcasting.com/artifacts/com.github.liaochong/ratel-tools/
implementation ("com.github.liaochong:ratel-tools:1.0.0-snapshot")
'com.github.liaochong:ratel-tools:pom:1.0.0-snapshot'
<dependency org="com.github.liaochong" name="ratel-tools" rev="1.0.0-snapshot">
<artifact name="ratel-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.liaochong', module='ratel-tools', version='1.0.0-snapshot')
)
libraryDependencies += "com.github.liaochong" % "ratel-tools" % "1.0.0-snapshot"
[com.github.liaochong/ratel-tools "1.0.0-snapshot"]