Categories |
CategoriesVavr General Purpose Libraries Functional Programming |
---|---|
GroupId | GroupIdio.vavr |
ArtifactId | ArtifactIdvavr-parent |
Version | Version0.9.1 |
Type | Typepom |
Filename | Size |
---|---|
vavr-parent-0.9.1.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vavr/vavr-parent/ -->
<dependency>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.vavr/vavr-parent/
implementation 'io.vavr:vavr-parent:0.9.1'
// https://jarcasting.com/artifacts/io.vavr/vavr-parent/
implementation ("io.vavr:vavr-parent:0.9.1")
'io.vavr:vavr-parent:pom:0.9.1'
<dependency org="io.vavr" name="vavr-parent" rev="0.9.1">
<artifact name="vavr-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.vavr', module='vavr-parent', version='0.9.1')
)
libraryDependencies += "io.vavr" % "vavr-parent" % "0.9.1"
[io.vavr/vavr-parent "0.9.1"]