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

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials