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