c

com.google.protobuf.protobuf-java

MaritimeCloud Parent Module
Files download
File Operation
com.google.protobuf.protobuf-java-2.6.0.jar download
com.google.protobuf.protobuf-java-2.6.0.pom download
com.google.protobuf.protobuf-java-2.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.maritimecloud.3rdparty</groupId>
  <artifactId>com.google.protobuf.protobuf-java</artifactId>
  <version>2.6.0</version>
</dependency>
Gradle Groovy
implementation 'net.maritimecloud.3rdparty:com.google.protobuf.protobuf-java:2.6.0'
Gradle Kotlin
implementation("net.maritimecloud.3rdparty:com.google.protobuf.protobuf-java:2.6.0")
Scala SBT
libraryDependencies += "net.maritimecloud.3rdparty" % "com.google.protobuf.protobuf-java" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='net.maritimecloud.3rdparty', module='com.google.protobuf.protobuf-java', version='2.6.0')
)
Apache Ivy
<dependency org="net.maritimecloud.3rdparty" name="com.google.protobuf.protobuf-java" rev="2.6.0" />
Leiningen
[net.maritimecloud.3rdparty/com.google.protobuf.protobuf-java "2.6.0"]
Apache Buildr
'net.maritimecloud.3rdparty:com.google.protobuf.protobuf-java:jar:2.6.0'