| License |
License |
|---|---|
| GroupId | GroupIdorg.subquark |
| ArtifactId | ArtifactIdmtdt |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionorg.subquark:mtdt
This library enables developers to create
powerful, random input generators for both complex
test subjects, and multi threaded tests.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mtdt-1.0.0.pom | |
| mtdt-1.0.0.jar | 14 KB |
| mtdt-1.0.0-sources.jar | 10 KB |
| mtdt-1.0.0-javadoc.jar | 87 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.subquark/mtdt/ -->
<dependency>
<groupId>org.subquark</groupId>
<artifactId>mtdt</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.subquark/mtdt/
implementation 'org.subquark:mtdt:1.0.0'
// https://jarcasting.com/artifacts/org.subquark/mtdt/
implementation ("org.subquark:mtdt:1.0.0")
'org.subquark:mtdt:jar:1.0.0'
<dependency org="org.subquark" name="mtdt" rev="1.0.0">
<artifact name="mtdt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.subquark', module='mtdt', version='1.0.0')
)
libraryDependencies += "org.subquark" % "mtdt" % "1.0.0"
[org.subquark/mtdt "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |