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