Download scalaprops-core_2.12.0-M4-0.3.1.jar file - Jar s

Jar examples for s:scalaprops-core-2.12

Description

property based testing library for Scala

You can download jar file scalaprops-core_2.12.0-M4 0.3.1 in this page.

License

MIT License

Build File

You can use the following script to add scalaprops-core_2.12.0-M4-0.3.1.jar to your project.

<dependency>
   <groupId>com.github.scalaprops</groupId>
   <artifactId>scalaprops-core_2.12.0-M4</artifactId>
   <version>0.3.1</version>
</dependency>
compile group: 'com.github.scalaprops', name: 'scalaprops-core_2.12.0-M4', version: '0.3.1'
libraryDependencies += "com.github.scalaprops" % "scalaprops-core_2.12.0-M4" % "0.3.1"
<dependency org="com.github.scalaprops" name="scalaprops-core_2.12.0-M4" rev="0.3.1"/>
@Grapes(@Grab(group='com.github.scalaprops', module='scalaprops-core_2.12.0-M4', version='0.3.1'))
'com.github.scalaprops:scalaprops-core_2.12.0-M4:jar:0.3.1'

Download

Click the following link to download the jar file.

scalaprops-core_2.12.0-M4-0.3.1-javadoc.jar
scalaprops-core_2.12.0-M4-0.3.1-sources.jar
scalaprops-core_2.12.0-M4-0.3.1.jar
scalaprops-core_2.12.0-M4-0.3.1.pom



Related Tutorials