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