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
82db4520
Unverified
Commit
82db4520
authored
Oct 28, 2019
by
Elliotte Rusty Harold
Committed by
GitHub
Oct 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to 3.10.0 in docs
parent
342a2d62
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 @
82db4520
...
...
@@ -23,7 +23,7 @@ If you are using Maven, use the following:
<dependency>
<groupId>
com.google.protobuf
</groupId>
<artifactId>
protobuf-java
</artifactId>
<version>
3.
9.2
</version>
<version>
3.
10.0
</version>
</dependency>
```
...
...
@@ -37,7 +37,7 @@ protobuf-java-util package:
<dependency>
<groupId>
com.google.protobuf
</groupId>
<artifactId>
protobuf-java-util
</artifactId>
<version>
3.
9.2
</version>
<version>
3.
10.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.
9.2
'
compile 'com.google.protobuf:protobuf-java:3.
10.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