GroupId | GroupIdcom.github.liaochong |
---|---|
ArtifactId | ArtifactIdratel-tools |
Version | Version1.0.0-snapshot |
Type | Typepom |
Filename | Size |
---|---|
ratel-tools-1.0.0-snapshot.pom | 3 KB |
Browse |
<!-- 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"]