| License |
License
Apache-2.0
|
|---|---|
| Categories |
CategoriesData Unity Business Logic Libraries Game Development |
| GroupId | GroupIdcom.qualizeal.community |
| ArtifactId | ArtifactIddata-feed |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondata-feed
Faker inspired data utility to make test data management more fun
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| data-feed-1.0.0.pom | |
| data-feed-1.0.0.jar | 10 KB |
| data-feed-1.0.0-sources.jar | 7 KB |
| data-feed-1.0.0-javadoc.jar | 446 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.qualizeal.community/data-feed/ -->
<dependency>
<groupId>com.qualizeal.community</groupId>
<artifactId>data-feed</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.qualizeal.community/data-feed/
implementation 'com.qualizeal.community:data-feed:1.0.0'
// https://jarcasting.com/artifacts/com.qualizeal.community/data-feed/
implementation ("com.qualizeal.community:data-feed:1.0.0")
'com.qualizeal.community:data-feed:jar:1.0.0'
<dependency org="com.qualizeal.community" name="data-feed" rev="1.0.0">
<artifact name="data-feed" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qualizeal.community', module='data-feed', version='1.0.0')
)
libraryDependencies += "com.qualizeal.community" % "data-feed" % "1.0.0"
[com.qualizeal.community/data-feed "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.javafaker : javafaker | jar | 1.0.2 |
| com.opencsv : opencsv | jar | 5.3 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
| org.assertj : assertj-core | jar | 3.22.0 |
| org.projectlombok : lombok | jar | 1.18.22 |