Download scalaprops_2.12-0.5.4.jar file - Jar s

Jar examples for s:scalaprops-2.12

Description

property based testing library for Scala

You can download jar file scalaprops_2.12 0.5.4 in this page.

License

MIT License

Build File

You can use the following script to add scalaprops_2.12-0.5.4.jar to your project.

<dependency>
   <groupId>com.github.scalaprops</groupId>
   <artifactId>scalaprops_2.12</artifactId>
   <version>0.5.4</version>
</dependency>
compile group: 'com.github.scalaprops', name: 'scalaprops_2.12', version: '0.5.4'
libraryDependencies += "com.github.scalaprops" % "scalaprops_2.12" % "0.5.4"
<dependency org="com.github.scalaprops" name="scalaprops_2.12" rev="0.5.4"/>
@Grapes(@Grab(group='com.github.scalaprops', module='scalaprops_2.12', version='0.5.4'))
'com.github.scalaprops:scalaprops_2.12:jar:0.5.4'

Download

Click the following link to download the jar file.

scalaprops_2.12-0.5.4-javadoc.jar
scalaprops_2.12-0.5.4-sources.jar
scalaprops_2.12-0.5.4.jar
scalaprops_2.12-0.5.4.pom



Related Tutorials