License |
License |
---|---|
GroupId | GroupIdcom.dyuproject.protostuff |
ArtifactId | ArtifactIdprotostuff-core |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprotostuff :: core
protobuf serialization for mutable messages
|
Filename | Size |
---|---|
protostuff-core-1.2.2.pom | |
protostuff-core-1.2.2.jar | 45 KB |
protostuff-core-1.2.2-tests.jar | 99 KB |
protostuff-core-1.2.2-sources.jar | 38 KB |
protostuff-core-1.2.2-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-core/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-core/
implementation 'com.dyuproject.protostuff:protostuff-core:1.2.2'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-core/
implementation ("com.dyuproject.protostuff:protostuff-core:1.2.2")
'com.dyuproject.protostuff:protostuff-core:jar:1.2.2'
<dependency org="com.dyuproject.protostuff" name="protostuff-core" rev="1.2.2">
<artifact name="protostuff-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-core', version='1.2.2')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-core" % "1.2.2"
[com.dyuproject.protostuff/protostuff-core "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.dyuproject.protostuff : protostuff-api | jar | 1.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |