License |
License |
---|---|
GroupId | GroupIdcom.github.rebue.wheel |
ArtifactId | ArtifactIdwheel-protostuff |
Version | Version1.2.1 |
Type | Typejar |
Description |
Description基础函数和工具库
|
Filename | Size |
---|---|
wheel-protostuff-1.2.1.pom | |
wheel-protostuff-1.2.1.jar | 4 KB |
wheel-protostuff-1.2.1-sources.jar | 2 KB |
wheel-protostuff-1.2.1-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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.wheel/wheel-protostuff/
implementation 'com.github.rebue.wheel:wheel-protostuff:1.2.1'
// https://jarcasting.com/artifacts/com.github.rebue.wheel/wheel-protostuff/
implementation ("com.github.rebue.wheel:wheel-protostuff:1.2.1")
'com.github.rebue.wheel:wheel-protostuff:jar:1.2.1'
<dependency org="com.github.rebue.wheel" name="wheel-protostuff" rev="1.2.1">
<artifact name="wheel-protostuff" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.wheel', module='wheel-protostuff', version='1.2.1')
)
libraryDependencies += "com.github.rebue.wheel" % "wheel-protostuff" % "1.2.1"
[com.github.rebue.wheel/wheel-protostuff "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
io.protostuff : protostuff-core | jar | 1.7.2 |
io.protostuff : protostuff-runtime | jar | 1.7.2 |
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.6.RELEASE |