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