MVN

no.rmz : blobee

Maven & Gradle

Feb 25, 2013
0 stars

Blobee · An transport mechanism for the RPC interfaces that are defined in the open source version of Google's protobuffer library.

<dependency>
    <groupId>no.rmz</groupId>
    <artifactId>blobee</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.rmz : blobee to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of no.rmz : blobee to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
blobee-1.3
1.2
blobee-1.2
0.1
blobee-0.1

How to add a dependency to Maven

Add the following no.rmz : blobee maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.rmz</groupId>
    <artifactId>blobee</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.rmz : blobee gradle dependency to your build.gradle file:

implementation 'no.rmz:blobee:1.3'

Gradle Kotlin DSL: Add the following no.rmz : blobee gradle kotlin dependency to your build.gradle.kts file:

implementation("no.rmz:blobee:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.rmz : blobee sbt scala dependency to your build.sbt file:

libraryDependencies += "no.rmz" % "blobee" % "1.3"

Advertisement