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-hello |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFugue example projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
fugue-example-hello-0.2.0.pom | |
fugue-example-hello-0.2.0.jar | 10 KB |
fugue-example-hello-0.2.0-sources.jar | 10 KB |
fugue-example-hello-0.2.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-example-hello/ -->
<dependency>
<groupId>org.symphonyoss.s2.fugue</groupId>
<artifactId>fugue-example-hello</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-example-hello/
implementation 'org.symphonyoss.s2.fugue:fugue-example-hello:0.2.0'
// https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-example-hello/
implementation ("org.symphonyoss.s2.fugue:fugue-example-hello:0.2.0")
'org.symphonyoss.s2.fugue:fugue-example-hello:jar:0.2.0'
<dependency org="org.symphonyoss.s2.fugue" name="fugue-example-hello" rev="0.2.0">
<artifact name="fugue-example-hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.symphonyoss.s2.fugue', module='fugue-example-hello', version='0.2.0')
)
libraryDependencies += "org.symphonyoss.s2.fugue" % "fugue-example-hello" % "0.2.0"
[org.symphonyoss.s2.fugue/fugue-example-hello "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
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