Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
4457b1f2
Commit
4457b1f2
authored
Nov 26, 2019
by
Elliotte Rusty Harold
Committed by
Adam Cozzette
Dec 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to 3.11.0 in docs
@haberman
parent
51d98769
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
java/README.md
+3
-3
No files found.
java/README.md
View file @
4457b1f2
...
...
@@ -23,7 +23,7 @@ If you are using Maven, use the following:
<dependency>
<groupId>
com.google.protobuf
</groupId>
<artifactId>
protobuf-java
</artifactId>
<version>
3.1
0
.0
</version>
<version>
3.1
1
.0
</version>
</dependency>
```
...
...
@@ -37,7 +37,7 @@ protobuf-java-util package:
<dependency>
<groupId>
com.google.protobuf
</groupId>
<artifactId>
protobuf-java-util
</artifactId>
<version>
3.1
0
.0
</version>
<version>
3.1
1
.0
</version>
</dependency>
```
...
...
@@ -45,7 +45,7 @@ protobuf-java-util package:
If you are using Gradle, add the following to your
`build.gradle`
file's dependencies:
```
compile 'com.google.protobuf:protobuf-java:3.1
0
.0'
compile 'com.google.protobuf:protobuf-java:3.1
1
.0'
```
Again, be sure to check that the version number maches (or is newer than) the version number of protoc that you are using.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment