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