| GroupId | GroupIdcom.github.rebue.wheel |
|---|---|
| ArtifactId | ArtifactIdwheel |
| Version | Version1.0.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| wheel-1.0.6.pom | 708 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rebue.wheel/wheel/ -->
<dependency>
<groupId>com.github.rebue.wheel</groupId>
<artifactId>wheel</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.wheel/wheel/
implementation 'com.github.rebue.wheel:wheel:1.0.6'
// https://jarcasting.com/artifacts/com.github.rebue.wheel/wheel/
implementation ("com.github.rebue.wheel:wheel:1.0.6")
'com.github.rebue.wheel:wheel:pom:1.0.6'
<dependency org="com.github.rebue.wheel" name="wheel" rev="1.0.6">
<artifact name="wheel" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.wheel', module='wheel', version='1.0.6')
)
libraryDependencies += "com.github.rebue.wheel" % "wheel" % "1.0.6"
[com.github.rebue.wheel/wheel "1.0.6"]