fugue-example
Example Projects Using Fugue
Browse Documentataion at https://symphonyoss.github.io/fugue/
See the Fugue source code at https://github.com/symphonyoss/fugue
License |
License |
---|---|
Categories |
CategoriesFugue General Purpose Libraries Functional Programming |
GroupId | GroupIdorg.symphonyoss.s2.fugue |
ArtifactId | ArtifactIdfugue-example-pubsub |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFugue example projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
fugue-example-pubsub-0.2.0.pom | |
fugue-example-pubsub-0.2.0.jar | 22 KB |
fugue-example-pubsub-0.2.0-sources.jar | 18 KB |
fugue-example-pubsub-0.2.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-example-pubsub/ -->
<dependency>
<groupId>org.symphonyoss.s2.fugue</groupId>
<artifactId>fugue-example-pubsub</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-example-pubsub/
implementation 'org.symphonyoss.s2.fugue:fugue-example-pubsub:0.2.0'
// https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-example-pubsub/
implementation ("org.symphonyoss.s2.fugue:fugue-example-pubsub:0.2.0")
'org.symphonyoss.s2.fugue:fugue-example-pubsub:jar:0.2.0'
<dependency org="org.symphonyoss.s2.fugue" name="fugue-example-pubsub" rev="0.2.0">
<artifact name="fugue-example-pubsub" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.symphonyoss.s2.fugue', module='fugue-example-pubsub', version='0.2.0')
)
libraryDependencies += "org.symphonyoss.s2.fugue" % "fugue-example-pubsub" % "0.2.0"
[org.symphonyoss.s2.fugue/fugue-example-pubsub "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.cloud : google-cloud-pubsub | jar | 0.32.0-beta |
com.google.apis : google-api-services-iam | jar | v1-rev230-1.23.0 |
org.symphonyoss.s2.fugue : fugue-core | jar | 0.2.0 |
org.symphonyoss.s2.fugue : fugue-launch | jar | 0.2.0 |
org.symphonyoss.s2.common : S2-common-core | jar | 0.2.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Example Projects Using Fugue
Browse Documentataion at https://symphonyoss.github.io/fugue/
See the Fugue source code at https://github.com/symphonyoss/fugue