MVN

com.github.cloudfoundry-community : snotel

Maven & Gradle

Jan 06, 2017
2 usages
5 stars

Java Dropsonde Client · Java support for Cloud Foundry's Loggregator using the Dropsonde protocol.

<dependency>
    <groupId>com.github.cloudfoundry-community</groupId>
    <artifactId>snotel</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cloudfoundry-community : snotel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of com.github.cloudfoundry-community : snotel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
snotel-0.5
0.4
snotel-0.4
0.3.x
snotel-0.3.M3
snotel-0.3.M1
0.2
snotel-0.2
0.1
snotel-0.1

How to add a dependency to Maven

Add the following com.github.cloudfoundry-community : snotel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cloudfoundry-community</groupId>
    <artifactId>snotel</artifactId>
    <version>0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cloudfoundry-community : snotel gradle dependency to your build.gradle file:

implementation 'com.github.cloudfoundry-community:snotel:0.5'

Gradle Kotlin DSL: Add the following com.github.cloudfoundry-community : snotel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cloudfoundry-community:snotel:0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cloudfoundry-community : snotel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cloudfoundry-community" % "snotel" % "0.5"

Advertisement