License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.soundvibe |
ArtifactId | ArtifactIdpbt4j |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionpbt4j
pbt4j is property-based testing extensions for JUnit
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pbt4j-1.0.pom | |
pbt4j-1.0.jar | 26 KB |
pbt4j-1.0-sources.jar | 11 KB |
pbt4j-1.0-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.soundvibe/pbt4j/ -->
<dependency>
<groupId>net.soundvibe</groupId>
<artifactId>pbt4j</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.soundvibe/pbt4j/
implementation 'net.soundvibe:pbt4j:1.0'
// https://jarcasting.com/artifacts/net.soundvibe/pbt4j/
implementation ("net.soundvibe:pbt4j:1.0")
'net.soundvibe:pbt4j:jar:1.0'
<dependency org="net.soundvibe" name="pbt4j" rev="1.0">
<artifact name="pbt4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.soundvibe', module='pbt4j', version='1.0')
)
libraryDependencies += "net.soundvibe" % "pbt4j" % "1.0"
[net.soundvibe/pbt4j "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.reflections : reflections | jar | 0.9.10 |
com.pholser : junit-quickcheck-generators | jar | 0.6.1 |
junit : junit | jar | 4.12 |