Internal original Google Protocol Buffers' test .proto files as shared resources
For more see the JavaDoc Documentation.
Happy coding,
David Tesler
License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdcom.github.protobufel |
ArtifactId | ArtifactIdprotobufel-protobuf-test-protos |
Last Version | Last Version0.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprotobufel-protobuf-test-protos
Shared Test Resources - test .proto files
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.protobufel/protobufel-protobuf-test-protos/ -->
<dependency>
<groupId>com.github.protobufel</groupId>
<artifactId>protobufel-protobuf-test-protos</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.protobufel/protobufel-protobuf-test-protos/
implementation 'com.github.protobufel:protobufel-protobuf-test-protos:0.7.1'
// https://jarcasting.com/artifacts/com.github.protobufel/protobufel-protobuf-test-protos/
implementation ("com.github.protobufel:protobufel-protobuf-test-protos:0.7.1")
'com.github.protobufel:protobufel-protobuf-test-protos:jar:0.7.1'
<dependency org="com.github.protobufel" name="protobufel-protobuf-test-protos" rev="0.7.1">
<artifact name="protobufel-protobuf-test-protos" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.protobufel', module='protobufel-protobuf-test-protos', version='0.7.1')
)
libraryDependencies += "com.github.protobufel" % "protobufel-protobuf-test-protos" % "0.7.1"
[com.github.protobufel/protobufel-protobuf-test-protos "0.7.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 2.6.1 |
Group / Artifact | Type | Version |
---|---|---|
com.github.protobufel : java-common-test | jar | 0.1.0 |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.8.0 |
com.google.guava : guava | jar | 22.0 |
com.google.guava : guava-testlib | jar | 22.0 |
pl.pragmatists : JUnitParams | jar | 1.1.0 |
Happy coding,
David Tesler