| GroupId | GroupIdcom.github.rebue.wheel |
|---|---|
| ArtifactId | ArtifactIdwheel-core |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wheel-core-1.1.0.pom | |
| wheel-core-1.1.0.jar | 90 KB |
| wheel-core-1.1.0-sources.jar | 58 KB |
| wheel-core-1.1.0-javadoc.jar | 294 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rebue.wheel/wheel-core/ -->
<dependency>
<groupId>com.github.rebue.wheel</groupId>
<artifactId>wheel-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.wheel/wheel-core/
implementation 'com.github.rebue.wheel:wheel-core:1.1.0'
// https://jarcasting.com/artifacts/com.github.rebue.wheel/wheel-core/
implementation ("com.github.rebue.wheel:wheel-core:1.1.0")
'com.github.rebue.wheel:wheel-core:jar:1.1.0'
<dependency org="com.github.rebue.wheel" name="wheel-core" rev="1.1.0">
<artifact name="wheel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.wheel', module='wheel-core', version='1.1.0')
)
libraryDependencies += "com.github.rebue.wheel" % "wheel-core" % "1.1.0"
[com.github.rebue.wheel/wheel-core "1.1.0"]