| License |
License |
|---|---|
| Categories |
CategoriesUnity Business Logic Libraries Game Development |
| GroupId | GroupIdcom.github.cloudfoundry-community |
| ArtifactId | ArtifactIdcf-nats |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNATS Support
An abstraction for working with NATS on Cloud Foundry.
|
| Filename | Size |
|---|---|
| cf-nats-0.3.pom | |
| cf-nats-0.3.jar | 23 KB |
| cf-nats-0.3-sources.jar | 17 KB |
| cf-nats-0.3-javadoc.jar | 127 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudfoundry-community/cf-nats/ -->
<dependency>
<groupId>com.github.cloudfoundry-community</groupId>
<artifactId>cf-nats</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/cf-nats/
implementation 'com.github.cloudfoundry-community:cf-nats:0.3'
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/cf-nats/
implementation ("com.github.cloudfoundry-community:cf-nats:0.3")
'com.github.cloudfoundry-community:cf-nats:jar:0.3'
<dependency org="com.github.cloudfoundry-community" name="cf-nats" rev="0.3">
<artifact name="cf-nats" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudfoundry-community', module='cf-nats', version='0.3')
)
libraryDependencies += "com.github.cloudfoundry-community" % "cf-nats" % "0.3"
[com.github.cloudfoundry-community/cf-nats "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.cloudfoundry-community : nats-client | jar | 0.6.3 |
| com.github.cloudfoundry-community : cf-common | jar | 0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.3.1 |