License |
License |
---|---|
Categories |
CategoriesFugue General Purpose Libraries Functional Programming |
GroupId | GroupIdio.atlassian.fugue |
ArtifactId | ArtifactIdfugue-parent |
Last Version | Last Version4.7.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFunctional Extensions Library
Base POM for Atlassian projects
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fugue-parent-4.7.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atlassian.fugue/fugue-parent/ -->
<dependency>
<groupId>io.atlassian.fugue</groupId>
<artifactId>fugue-parent</artifactId>
<version>4.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.atlassian.fugue/fugue-parent/
implementation 'io.atlassian.fugue:fugue-parent:4.7.2'
// https://jarcasting.com/artifacts/io.atlassian.fugue/fugue-parent/
implementation ("io.atlassian.fugue:fugue-parent:4.7.2")
'io.atlassian.fugue:fugue-parent:pom:4.7.2'
<dependency org="io.atlassian.fugue" name="fugue-parent" rev="4.7.2">
<artifact name="fugue-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.atlassian.fugue', module='fugue-parent', version='4.7.2')
)
libraryDependencies += "io.atlassian.fugue" % "fugue-parent" % "4.7.2"
[io.atlassian.fugue/fugue-parent "4.7.2"]