GroupId | GroupIdcom.dyuproject.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-me |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-me-1.0.8.pom | |
protostuff-me-1.0.8.jar | 84 KB |
protostuff-me-1.0.8-tests.jar | 98 KB |
protostuff-me-1.0.8-sources.jar | 82 KB |
protostuff-me-1.0.8-javadoc.jar | 254 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-me/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-me</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-me/
implementation 'com.dyuproject.protostuff:protostuff-me:1.0.8'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-me/
implementation ("com.dyuproject.protostuff:protostuff-me:1.0.8")
'com.dyuproject.protostuff:protostuff-me:jar:1.0.8'
<dependency org="com.dyuproject.protostuff" name="protostuff-me" rev="1.0.8">
<artifact name="protostuff-me" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-me', version='1.0.8')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-me" % "1.0.8"
[com.dyuproject.protostuff/protostuff-me "1.0.8"]