License |
License |
---|---|
GroupId | GroupIdcom.github.xwine |
ArtifactId | ArtifactIdomock |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionomock
This is a object mock tools
|
Filename | Size |
---|---|
omock-1.0.2.pom | |
omock-1.0.2.jar | 27 KB |
omock-1.0.2-sources.jar | 19 KB |
omock-1.0.2-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xwine/omock/ -->
<dependency>
<groupId>com.github.xwine</groupId>
<artifactId>omock</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xwine/omock/
implementation 'com.github.xwine:omock:1.0.2'
// https://jarcasting.com/artifacts/com.github.xwine/omock/
implementation ("com.github.xwine:omock:1.0.2")
'com.github.xwine:omock:jar:1.0.2'
<dependency org="com.github.xwine" name="omock" rev="1.0.2">
<artifact name="omock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xwine', module='omock', version='1.0.2')
)
libraryDependencies += "com.github.xwine" % "omock" % "1.0.2"
[com.github.xwine/omock "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
org.slf4j : slf4j-api | jar | 1.6.6 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |