p

protobuf_java_to_protobufjs

Takes the Java classes generated from Protobuf 3 messages and return an object for use in ProtobufJS
https://github.com/hbmartin/protobuf_java_to_protobufjs
MIT License
Harold Martin
Files download
File Operation
protobuf_java_to_protobufjs-0.2.0.jar download
protobuf_java_to_protobufjs-0.2.0.pom download
protobuf_java_to_protobufjs-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hbmartin</groupId>
  <artifactId>protobuf_java_to_protobufjs</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.hbmartin:protobuf_java_to_protobufjs:0.2.0'
Gradle Kotlin
implementation("com.github.hbmartin:protobuf_java_to_protobufjs:0.2.0")
Scala SBT
libraryDependencies += "com.github.hbmartin" % "protobuf_java_to_protobufjs" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hbmartin', module='protobuf_java_to_protobufjs', version='0.2.0')
)
Apache Ivy
<dependency org="com.github.hbmartin" name="protobuf_java_to_protobufjs" rev="0.2.0" />
Leiningen
[com.github.hbmartin/protobuf_java_to_protobufjs "0.2.0"]
Apache Buildr
'com.github.hbmartin:protobuf_java_to_protobufjs:jar:0.2.0'