Download javaslang-match-2.0.0.jar file - Jar j

Jar examples for j:javaslang-match

Description

Annotation and processor for structural pattern matching.

You can download jar file javaslang-match 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add javaslang-match-2.0.0.jar to your project.

<dependency>
   <groupId>io.javaslang</groupId>
   <artifactId>javaslang-match</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'io.javaslang', name: 'javaslang-match', version: '2.0.0'
libraryDependencies += "io.javaslang" % "javaslang-match" % "2.0.0"
<dependency org="io.javaslang" name="javaslang-match" rev="2.0.0"/>
@Grapes(@Grab(group='io.javaslang', module='javaslang-match', version='2.0.0'))
'io.javaslang:javaslang-match:jar:2.0.0'

Download

Click the following link to download the jar file.

javaslang-match-2.0.0-javadoc.jar
javaslang-match-2.0.0-sources.jar
javaslang-match-2.0.0.jar
javaslang-match-2.0.0.pom



Related Tutorials