| License | License | 
|---|---|
| Categories | CategoriesVavr General Purpose Libraries Functional Programming | 
| GroupId | GroupIdio.vavr | 
| ArtifactId | ArtifactIdvavr-match | 
| Last Version | Last Version0.10.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionVavr Match Annotation for structural pattern matching. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| vavr-match-0.10.4.pom | |
| vavr-match-0.10.4.jar | 3 KB | 
| vavr-match-0.10.4-sources.jar | 2 KB | 
| vavr-match-0.10.4-javadoc.jar | 25 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.vavr/vavr-match/ -->
<dependency>
    <groupId>io.vavr</groupId>
    <artifactId>vavr-match</artifactId>
    <version>0.10.4</version>
</dependency>// https://jarcasting.com/artifacts/io.vavr/vavr-match/
implementation 'io.vavr:vavr-match:0.10.4'// https://jarcasting.com/artifacts/io.vavr/vavr-match/
implementation ("io.vavr:vavr-match:0.10.4")'io.vavr:vavr-match:jar:0.10.4'<dependency org="io.vavr" name="vavr-match" rev="0.10.4">
  <artifact name="vavr-match" type="jar" />
</dependency>@Grapes(
@Grab(group='io.vavr', module='vavr-match', version='0.10.4')
)libraryDependencies += "io.vavr" % "vavr-match" % "0.10.4"[io.vavr/vavr-match "0.10.4"]