Unknown identifier: "com.dyuproject.protostuff/protostuff-codegen/3.1M3". Falling back to search
project
com.dyuproject.protostuff / protostuff-api
- Serialization api for messages
com.dyuproject.protostuff / protostuff-core
- Protobuf serialization for mutable messages
com.dyuproject.protostuff / protostuff-collectionschema
- Predefined schemas for jdk collections and maps
com.dyuproject.protostuff / protostuff-runtime
- Protobuf serialization for pre-existing objects
com.dyuproject.protostuff / protostuff-codegen
- Code generator for protobuf+json, gwt json overlays
com.dyuproject.protostuff / protostuff-json
- Protostuff serialization using json format
com.dyuproject.protostuff / protostuff-xml
- Protostuff serialization using xml format
com.dyuproject.protostuff / protostuff-parser
- Parser for .proto files
com.dyuproject.protostuff / protostuff-runtime-registry
- Id registration for runtime types
com.dyuproject.protostuff / protostuff-model
- An object model from the code generated by protoc(objects using the builder pattern).
This acts as a "message descriptor" at runtime(especially for LITE_RUNTIME) ... which
can also be used to generate code...