Categories |
CategoriesFugue General Purpose Libraries Functional Programming |
---|---|
GroupId | GroupIdorg.symphonyoss.s2.fugue |
ArtifactId | ArtifactIdfugue-launch |
Version | Version0.0.44 |
Type | Typejar |
Filename | Size |
---|---|
fugue-launch-0.0.44.pom | |
fugue-launch-0.0.44.jar | 10 KB |
fugue-launch-0.0.44-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-launch/ -->
<dependency>
<groupId>org.symphonyoss.s2.fugue</groupId>
<artifactId>fugue-launch</artifactId>
<version>0.0.44</version>
</dependency>
// https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-launch/
implementation 'org.symphonyoss.s2.fugue:fugue-launch:0.0.44'
// https://jarcasting.com/artifacts/org.symphonyoss.s2.fugue/fugue-launch/
implementation ("org.symphonyoss.s2.fugue:fugue-launch:0.0.44")
'org.symphonyoss.s2.fugue:fugue-launch:jar:0.0.44'
<dependency org="org.symphonyoss.s2.fugue" name="fugue-launch" rev="0.0.44">
<artifact name="fugue-launch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.symphonyoss.s2.fugue', module='fugue-launch', version='0.0.44')
)
libraryDependencies += "org.symphonyoss.s2.fugue" % "fugue-launch" % "0.0.44"
[org.symphonyoss.s2.fugue/fugue-launch "0.0.44"]