License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.scalaprops |
ArtifactId | ArtifactIdscalaprops-core_2.11 |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionscalaprops-core
property based testing library for Scala
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
scalaprops-core_2.11-0.9.0.pom | |
scalaprops-core_2.11-0.9.0.jar | 344 KB |
scalaprops-core_2.11-0.9.0-sources.jar | 13 KB |
scalaprops-core_2.11-0.9.0-javadoc.jar | 543 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.scalaprops/scalaprops-core_2.11/ -->
<dependency>
<groupId>com.github.scalaprops</groupId>
<artifactId>scalaprops-core_2.11</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scalaprops/scalaprops-core_2.11/
implementation 'com.github.scalaprops:scalaprops-core_2.11:0.9.0'
// https://jarcasting.com/artifacts/com.github.scalaprops/scalaprops-core_2.11/
implementation ("com.github.scalaprops:scalaprops-core_2.11:0.9.0")
'com.github.scalaprops:scalaprops-core_2.11:jar:0.9.0'
<dependency org="com.github.scalaprops" name="scalaprops-core_2.11" rev="0.9.0">
<artifact name="scalaprops-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scalaprops', module='scalaprops-core_2.11', version='0.9.0')
)
libraryDependencies += "com.github.scalaprops" % "scalaprops-core_2.11" % "0.9.0"
[com.github.scalaprops/scalaprops-core_2.11 "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
com.github.scalaprops : scalaprops-gen_2.11 | jar | 0.9.0 |