License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development |
GroupId | GroupIdcom.github.cloudfoundry-community |
ArtifactId | ArtifactIdsnotel-parent |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava Dropsonde Client Build
Java support for Cloud Foundry's Loggregator using the Dropsonde protocol.
|
Project URL |
Project URL |
Filename | Size |
---|---|
snotel-parent-0.5.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudfoundry-community/snotel-parent/ -->
<dependency>
<groupId>com.github.cloudfoundry-community</groupId>
<artifactId>snotel-parent</artifactId>
<version>0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/snotel-parent/
implementation 'com.github.cloudfoundry-community:snotel-parent:0.5'
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/snotel-parent/
implementation ("com.github.cloudfoundry-community:snotel-parent:0.5")
'com.github.cloudfoundry-community:snotel-parent:pom:0.5'
<dependency org="com.github.cloudfoundry-community" name="snotel-parent" rev="0.5">
<artifact name="snotel-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudfoundry-community', module='snotel-parent', version='0.5')
)
libraryDependencies += "com.github.cloudfoundry-community" % "snotel-parent" % "0.5"
[com.github.cloudfoundry-community/snotel-parent "0.5"]