is not current version
Last Version 3.21.2

com.google.protobuf:protobuf-kotlin 3.18.1

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

Categories

Categories

Kotlin Languages Protobuf Data Data Structures
GroupId

GroupId

com.google.protobuf
ArtifactId

ArtifactId

protobuf-kotlin
Version

Version

3.18.1
Type

Type

jar

Download protobuf-kotlin 3.18.1


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