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