is not current version
Last Version 0.2.0

org.symphonyoss.s2.fugue:fugue-example-hello 0.0.4


Categories

Categories

Fugue General Purpose Libraries Functional Programming
GroupId

GroupId

org.symphonyoss.s2.fugue
ArtifactId

ArtifactId

fugue-example-hello
Version

Version

0.0.4
Type

Type

jar

Download fugue-example-hello 0.0.4


<!-- 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.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-example-hello/
implementation 'org.symphonyoss.s2.fugue:fugue-example-hello:0.0.4'
// https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-example-hello/
implementation ("org.symphonyoss.s2.fugue:fugue-example-hello:0.0.4")
'org.symphonyoss.s2.fugue:fugue-example-hello:jar:0.0.4'
<dependency org="org.symphonyoss.s2.fugue" name="fugue-example-hello" rev="0.0.4">
  <artifact name="fugue-example-hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.symphonyoss.s2.fugue', module='fugue-example-hello', version='0.0.4')
)
libraryDependencies += "org.symphonyoss.s2.fugue" % "fugue-example-hello" % "0.0.4"
[org.symphonyoss.s2.fugue/fugue-example-hello "0.0.4"]