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