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