is not current version
Last Version 1.2.4

com.github.rebue.wheel:wheel 1.1.0

基础函数和工具库

GroupId

GroupId

com.github.rebue.wheel
ArtifactId

ArtifactId

wheel
Version

Version

1.1.0
Type

Type

pom

Download wheel 1.1.0

Filename Size
wheel-1.1.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.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.wheel/wheel/
implementation 'com.github.rebue.wheel:wheel:1.1.0'
// https://jarcasting.com/artifacts/com.github.rebue.wheel/wheel/
implementation ("com.github.rebue.wheel:wheel:1.1.0")
'com.github.rebue.wheel:wheel:pom:1.1.0'
<dependency org="com.github.rebue.wheel" name="wheel" rev="1.1.0">
  <artifact name="wheel" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.wheel', module='wheel', version='1.1.0')
)
libraryDependencies += "com.github.rebue.wheel" % "wheel" % "1.1.0"
[com.github.rebue.wheel/wheel "1.1.0"]