License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.scalaprops |
ArtifactId | ArtifactIdscalaprops_2.13 |
Version | Version0.8.3 |
Type | Typejar |
Description |
Descriptionscalaprops
property based testing library for Scala
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
scalaprops_2.13-0.8.3.pom | |
scalaprops_2.13-0.8.3.jar | 99 KB |
scalaprops_2.13-0.8.3-sources.jar | 12 KB |
scalaprops_2.13-0.8.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.scalaprops/scalaprops_2.13/ -->
<dependency>
<groupId>com.github.scalaprops</groupId>
<artifactId>scalaprops_2.13</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scalaprops/scalaprops_2.13/
implementation 'com.github.scalaprops:scalaprops_2.13:0.8.3'
// https://jarcasting.com/artifacts/com.github.scalaprops/scalaprops_2.13/
implementation ("com.github.scalaprops:scalaprops_2.13:0.8.3")
'com.github.scalaprops:scalaprops_2.13:jar:0.8.3'
<dependency org="com.github.scalaprops" name="scalaprops_2.13" rev="0.8.3">
<artifact name="scalaprops_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scalaprops', module='scalaprops_2.13', version='0.8.3')
)
libraryDependencies += "com.github.scalaprops" % "scalaprops_2.13" % "0.8.3"
[com.github.scalaprops/scalaprops_2.13 "0.8.3"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.5 |
com.github.scalaprops : scalaprops-core_2.13 | jar | 0.8.3 |
org.scala-sbt : test-interface | jar | 1.0 |