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