is not current version
Last Version 1.2.4

com.github.rebue.wheel:wheel 1.2.0

基础函数和工具库

GroupId

GroupId

com.github.rebue.wheel
ArtifactId

ArtifactId

wheel
Version

Version

1.2.0
Type

Type

pom

Download wheel 1.2.0

Filename Size
wheel-1.2.0.pom 1 KB
Browse

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