MVN

com.github.ebfhub : sample-java-protobuf-no-gc

Maven & Gradle

Jun 23, 2020
2 stars
<dependency>
    <groupId>com.github.ebfhub</groupId>
    <artifactId>sample-java-protobuf-no-gc</artifactId>
    <version>1.1.7.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ebfhub : sample-java-protobuf-no-gc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7.7

All Versions

Choose a version of com.github.ebfhub : sample-java-protobuf-no-gc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
sample-java-protobuf-no-gc-1.1.7.7
sample-java-protobuf-no-gc-1.1.7.5
sample-java-protobuf-no-gc-1.1.7.4
sample-java-protobuf-no-gc-1.1.7.3
sample-java-protobuf-no-gc-1.1.7.2
sample-java-protobuf-no-gc-1.1.7.1
sample-java-protobuf-no-gc-1.1.7
sample-java-protobuf-no-gc-1.1.6
sample-java-protobuf-no-gc-1.1.5
sample-java-protobuf-no-gc-1.1.4
sample-java-protobuf-no-gc-1.1.3
sample-java-protobuf-no-gc-1.1.2
sample-java-protobuf-no-gc-1.1.1
1.1
sample-java-protobuf-no-gc-1.1
1.0.x
sample-java-protobuf-no-gc-1.0.9
sample-java-protobuf-no-gc-1.0.8
sample-java-protobuf-no-gc-1.0.7
sample-java-protobuf-no-gc-1.0.6
sample-java-protobuf-no-gc-1.0.5
sample-java-protobuf-no-gc-1.0.4
sample-java-protobuf-no-gc-1.0.3
sample-java-protobuf-no-gc-1.0.2
sample-java-protobuf-no-gc-1.0.1
1.0
sample-java-protobuf-no-gc-1.0

How to add a dependency to Maven

Add the following com.github.ebfhub : sample-java-protobuf-no-gc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ebfhub</groupId>
    <artifactId>sample-java-protobuf-no-gc</artifactId>
    <version>1.1.7.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ebfhub : sample-java-protobuf-no-gc gradle dependency to your build.gradle file:

implementation 'com.github.ebfhub:sample-java-protobuf-no-gc:1.1.7.7'

Gradle Kotlin DSL: Add the following com.github.ebfhub : sample-java-protobuf-no-gc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ebfhub:sample-java-protobuf-no-gc:1.1.7.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ebfhub : sample-java-protobuf-no-gc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ebfhub" % "sample-java-protobuf-no-gc" % "1.1.7.7"

Advertisement