Download scalaprops-core_2.12.0-M4-0.1.17.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.1.17 in this page.

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials