License |
License |
---|---|
Categories |
CategoriesVavr General Purpose Libraries Functional Programming |
GroupId | GroupIdio.vavr |
ArtifactId | ArtifactIdvavr-match-processor |
Last Version | Last Version0.10.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVavr Match Annotation Processor
Processor for structural pattern matching.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.vavr/vavr-match-processor/ -->
<dependency>
<groupId>io.vavr</groupId>
<artifactId>vavr-match-processor</artifactId>
<version>0.10.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.vavr/vavr-match-processor/
implementation 'io.vavr:vavr-match-processor:0.10.4'
// https://jarcasting.com/artifacts/io.vavr/vavr-match-processor/
implementation ("io.vavr:vavr-match-processor:0.10.4")
'io.vavr:vavr-match-processor:jar:0.10.4'
<dependency org="io.vavr" name="vavr-match-processor" rev="0.10.4">
<artifact name="vavr-match-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vavr', module='vavr-match-processor', version='0.10.4')
)
libraryDependencies += "io.vavr" % "vavr-match-processor" % "0.10.4"
[io.vavr/vavr-match-processor "0.10.4"]
Group / Artifact | Type | Version |
---|---|---|
io.vavr : vavr-match | jar | 0.10.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13-beta-1 |
org.assertj : assertj-core | jar | 3.11.1 |