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