GroupId | GroupIdcom.github.xwine |
---|---|
ArtifactId | ArtifactIdomock |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
omock-1.0.1.pom | |
omock-1.0.1.jar | 26 KB |
omock-1.0.1-sources.jar | 18 KB |
omock-1.0.1-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xwine/omock/ -->
<dependency>
<groupId>com.github.xwine</groupId>
<artifactId>omock</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xwine/omock/
implementation 'com.github.xwine:omock:1.0.1'
// https://jarcasting.com/artifacts/com.github.xwine/omock/
implementation ("com.github.xwine:omock:1.0.1")
'com.github.xwine:omock:jar:1.0.1'
<dependency org="com.github.xwine" name="omock" rev="1.0.1">
<artifact name="omock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xwine', module='omock', version='1.0.1')
)
libraryDependencies += "com.github.xwine" % "omock" % "1.0.1"
[com.github.xwine/omock "1.0.1"]