License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.jpragma |
ArtifactId | ArtifactIdtestdataset |
Version | Version0.1.2 |
Type | Typejar |
Description |
DescriptionTestDataSet
Library to load test data to DB
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testdataset-0.1.2.pom | |
testdataset-0.1.2.jar | 8 KB |
testdataset-0.1.2-sources.jar | 3 KB |
testdataset-0.1.2-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jpragma/testdataset/ -->
<dependency>
<groupId>com.jpragma</groupId>
<artifactId>testdataset</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpragma/testdataset/
implementation 'com.jpragma:testdataset:0.1.2'
// https://jarcasting.com/artifacts/com.jpragma/testdataset/
implementation ("com.jpragma:testdataset:0.1.2")
'com.jpragma:testdataset:jar:0.1.2'
<dependency org="com.jpragma" name="testdataset" rev="0.1.2">
<artifact name="testdataset" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpragma', module='testdataset', version='0.1.2')
)
libraryDependencies += "com.jpragma" % "testdataset" % "0.1.2"
[com.jpragma/testdataset "0.1.2"]