License |
License |
---|---|
GroupId | GroupIdcom.dyuproject.protostuff |
ArtifactId | ArtifactIdprotostuff-core |
Version | Version1.1.6 |
Type | Typejar |
Description |
Descriptionprotostuff :: core
protobuf serialization for mutable messages
|
Filename | Size |
---|---|
protostuff-core-1.1.6.pom | |
protostuff-core-1.1.6.jar | 50 KB |
protostuff-core-1.1.6-tests.jar | 114 KB |
protostuff-core-1.1.6-sources.jar | 41 KB |
protostuff-core-1.1.6-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.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-core/
implementation 'com.dyuproject.protostuff:protostuff-core:1.1.6'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-core/
implementation ("com.dyuproject.protostuff:protostuff-core:1.1.6")
'com.dyuproject.protostuff:protostuff-core:jar:1.1.6'
<dependency org="com.dyuproject.protostuff" name="protostuff-core" rev="1.1.6">
<artifact name="protostuff-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-core', version='1.1.6')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-core" % "1.1.6"
[com.dyuproject.protostuff/protostuff-core "1.1.6"]
Group / Artifact | Type | Version |
---|---|---|
com.dyuproject.protostuff : protostuff-api | jar | 1.1.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |