License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development |
GroupId | GroupIdcom.github.cloudfoundry-community |
ArtifactId | ArtifactIdsnotel |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Dropsonde Client
Java support for Cloud Foundry's Loggregator using the Dropsonde protocol.
|
Project URL |
Project URL |
Filename | Size |
---|---|
snotel-0.5.pom | |
snotel-0.5.jar | 70 KB |
snotel-0.5-sources.jar | 33 KB |
snotel-0.5-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudfoundry-community/snotel/ -->
<dependency>
<groupId>com.github.cloudfoundry-community</groupId>
<artifactId>snotel</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/snotel/
implementation 'com.github.cloudfoundry-community:snotel:0.5'
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/snotel/
implementation ("com.github.cloudfoundry-community:snotel:0.5")
'com.github.cloudfoundry-community:snotel:jar:0.5'
<dependency org="com.github.cloudfoundry-community" name="snotel" rev="0.5">
<artifact name="snotel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudfoundry-community', module='snotel', version='0.5')
)
libraryDependencies += "com.github.cloudfoundry-community" % "snotel" % "0.5"
[com.github.cloudfoundry-community/snotel "0.5"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-handler | jar | 4.0.33.Final |
io.netty : netty-codec-http | jar | 4.0.33.Final |
io.reactivex : rxjava | jar | 1.0.16 |
com.squareup.wire : wire-runtime | jar | 2.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |