Categories |
CategoriesData JSON |
---|---|
GroupId | GroupIdcom.github.jsonzou |
ArtifactId | ArtifactIdjmockdata |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
jmockdata-2.2.pom | |
jmockdata-2.2.jar | 69 KB |
jmockdata-2.2-sources.jar | 40 KB |
jmockdata-2.2-javadoc.jar | 334 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jsonzou/jmockdata/ -->
<dependency>
<groupId>com.github.jsonzou</groupId>
<artifactId>jmockdata</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsonzou/jmockdata/
implementation 'com.github.jsonzou:jmockdata:2.2'
// https://jarcasting.com/artifacts/com.github.jsonzou/jmockdata/
implementation ("com.github.jsonzou:jmockdata:2.2")
'com.github.jsonzou:jmockdata:jar:2.2'
<dependency org="com.github.jsonzou" name="jmockdata" rev="2.2">
<artifact name="jmockdata" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jsonzou', module='jmockdata', version='2.2')
)
libraryDependencies += "com.github.jsonzou" % "jmockdata" % "2.2"
[com.github.jsonzou/jmockdata "2.2"]