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