License |
License |
---|---|
GroupId | GroupIdcom.github.kevin-wang001 |
ArtifactId | ArtifactIdmockj |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionmockj
Generate mock data tool
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mockj-1.0.pom | |
mockj-1.0.jar | 31 KB |
mockj-1.0-sources.jar | 17 KB |
mockj-1.0-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kevin-wang001/mockj/ -->
<dependency>
<groupId>com.github.kevin-wang001</groupId>
<artifactId>mockj</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kevin-wang001/mockj/
implementation 'com.github.kevin-wang001:mockj:1.0'
// https://jarcasting.com/artifacts/com.github.kevin-wang001/mockj/
implementation ("com.github.kevin-wang001:mockj:1.0")
'com.github.kevin-wang001:mockj:jar:1.0'
<dependency org="com.github.kevin-wang001" name="mockj" rev="1.0">
<artifact name="mockj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kevin-wang001', module='mockj', version='1.0')
)
libraryDependencies += "com.github.kevin-wang001" % "mockj" % "1.0"
[com.github.kevin-wang001/mockj "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : fastjson | jar | 1.2.68 |
org.projectlombok : lombok | jar | 1.16.18 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
com.google.guava : guava | jar | 23.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |