| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIduk.org.fyodor |
| ArtifactId | ArtifactIdfyodor-junit |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA Java library for generating random data.
|
| Filename | Size |
|---|---|
| fyodor-junit-1.0.0.pom | |
| fyodor-junit-1.0.0.jar | 4 KB |
| fyodor-junit-1.0.0-sources.jar | 1 KB |
| fyodor-junit-1.0.0-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.org.fyodor/fyodor-junit/ -->
<dependency>
<groupId>uk.org.fyodor</groupId>
<artifactId>fyodor-junit</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.fyodor/fyodor-junit/
implementation 'uk.org.fyodor:fyodor-junit:1.0.0'
// https://jarcasting.com/artifacts/uk.org.fyodor/fyodor-junit/
implementation ("uk.org.fyodor:fyodor-junit:1.0.0")
'uk.org.fyodor:fyodor-junit:jar:1.0.0'
<dependency org="uk.org.fyodor" name="fyodor-junit" rev="1.0.0">
<artifact name="fyodor-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.fyodor', module='fyodor-junit', version='1.0.0')
)
libraryDependencies += "uk.org.fyodor" % "fyodor-junit" % "1.0.0"
[uk.org.fyodor/fyodor-junit "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| uk.org.fyodor : fyodor-core | jar | 1.0.0 |
| junit : junit | jar | 4.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 1.6.1 |