License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures Akka Container Microservices Reactive libraries |
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-protobuf-v3_2.13 |
Last Version | Last Version2.6.19 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionakka-protobuf-v3
Akka Protobuf V3 is a shaded version of the protobuf runtime. Original POM: https://github.com/protocolbuffers/protobuf/blob/v3.9.0/java/pom.xml
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
akka-protobuf-v3_2.13-2.6.19.pom | |
akka-protobuf-v3_2.13-2.6.19.jar | 1 MB |
akka-protobuf-v3_2.13-2.6.19-sources.jar | 257 bytes |
akka-protobuf-v3_2.13-2.6.19-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-protobuf-v3_2.13/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-protobuf-v3_2.13</artifactId>
<version>2.6.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-protobuf-v3_2.13/
implementation 'com.typesafe.akka:akka-protobuf-v3_2.13:2.6.19'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-protobuf-v3_2.13/
implementation ("com.typesafe.akka:akka-protobuf-v3_2.13:2.6.19")
'com.typesafe.akka:akka-protobuf-v3_2.13:jar:2.6.19'
<dependency org="com.typesafe.akka" name="akka-protobuf-v3_2.13" rev="2.6.19">
<artifact name="akka-protobuf-v3_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-protobuf-v3_2.13', version='2.6.19')
)
libraryDependencies += "com.typesafe.akka" % "akka-protobuf-v3_2.13" % "2.6.19"
[com.typesafe.akka/akka-protobuf-v3_2.13 "2.6.19"]