GroupId | GroupIdcom.github.rebue.wheel |
---|---|
ArtifactId | ArtifactIdwheel-test |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
wheel-test-1.0.7.pom | |
wheel-test-1.0.7.jar | 2 KB |
wheel-test-1.0.7-sources.jar | 2 KB |
wheel-test-1.0.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.wheel/wheel-test/
implementation 'com.github.rebue.wheel:wheel-test:1.0.7'
// https://jarcasting.com/artifacts/com.github.rebue.wheel/wheel-test/
implementation ("com.github.rebue.wheel:wheel-test:1.0.7")
'com.github.rebue.wheel:wheel-test:jar:1.0.7'
<dependency org="com.github.rebue.wheel" name="wheel-test" rev="1.0.7">
<artifact name="wheel-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.wheel', module='wheel-test', version='1.0.7')
)
libraryDependencies += "com.github.rebue.wheel" % "wheel-test" % "1.0.7"
[com.github.rebue.wheel/wheel-test "1.0.7"]