Download scalaprops-core_2.12-0.3.4.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.3.4 in this page.

License

MIT License

Build File

You can use the following script to add scalaprops-core_2.12-0.3.4.jar to your project.

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

Download

Click the following link to download the jar file.

scalaprops-core_2.12-0.3.4-javadoc.jar
scalaprops-core_2.12-0.3.4-sources.jar
scalaprops-core_2.12-0.3.4.jar
scalaprops-core_2.12-0.3.4.pom



Related Tutorials