is not current version
Last Version 4.0.0-rc-2

com.google.protobuf:protobuf-java 2.4.1

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.

Categories

Categories

Java Languages Protobuf Data Data Structures
GroupId

GroupId

com.google.protobuf
ArtifactId

ArtifactId

protobuf-java
Version

Version

2.4.1
Type

Type

jar

Download protobuf-java 2.4.1


<!-- https://jarcasting.com/artifacts/com.google.protobuf/protobuf-java/ -->
<dependency>
    <groupId>com.google.protobuf</groupId>
    <artifactId>protobuf-java</artifactId>
    <version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-java/
implementation 'com.google.protobuf:protobuf-java:2.4.1'
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-java/
implementation ("com.google.protobuf:protobuf-java:2.4.1")
'com.google.protobuf:protobuf-java:jar:2.4.1'
<dependency org="com.google.protobuf" name="protobuf-java" rev="2.4.1">
  <artifact name="protobuf-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.protobuf', module='protobuf-java', version='2.4.1')
)
libraryDependencies += "com.google.protobuf" % "protobuf-java" % "2.4.1"
[com.google.protobuf/protobuf-java "2.4.1"]