protoc.MessageWithPackageName.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protobufel-test-protos2 Show documentation
Show all versions of protobufel-test-protos2 Show documentation
Shared Test Resources - test .proto files used by protobufel-grammar
The newest version!
package package1;
message package1 {
optional string opt1 = 1;
optional uint64 opt2 = 2;
}