| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdorg.fluttercode.datafactory |
| ArtifactId | ArtifactIddatafactory |
| Last Version | Last Version0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDataFactory
Library to generate data for testing
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| datafactory-0.8.pom | |
| datafactory-0.8.jar | 49 KB |
| datafactory-0.8-sources.jar | 21 KB |
| datafactory-0.8-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fluttercode.datafactory/datafactory/ -->
<dependency>
<groupId>org.fluttercode.datafactory</groupId>
<artifactId>datafactory</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.fluttercode.datafactory/datafactory/
implementation 'org.fluttercode.datafactory:datafactory:0.8'
// https://jarcasting.com/artifacts/org.fluttercode.datafactory/datafactory/
implementation ("org.fluttercode.datafactory:datafactory:0.8")
'org.fluttercode.datafactory:datafactory:jar:0.8'
<dependency org="org.fluttercode.datafactory" name="datafactory" rev="0.8">
<artifact name="datafactory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fluttercode.datafactory', module='datafactory', version='0.8')
)
libraryDependencies += "org.fluttercode.datafactory" % "datafactory" % "0.8"
[org.fluttercode.datafactory/datafactory "0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |