GroupId | GroupIdcom.github.xwine |
---|---|
ArtifactId | ArtifactIdomock |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
omock-1.0.pom | |
omock-1.0.jar | 26 KB |
omock-1.0-sources.jar | 18 KB |
omock-1.0-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</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xwine/omock/
implementation 'com.github.xwine:omock:1.0'
// https://jarcasting.com/artifacts/com.github.xwine/omock/
implementation ("com.github.xwine:omock:1.0")
'com.github.xwine:omock:jar:1.0'
<dependency org="com.github.xwine" name="omock" rev="1.0">
<artifact name="omock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xwine', module='omock', version='1.0')
)
libraryDependencies += "com.github.xwine" % "omock" % "1.0"
[com.github.xwine/omock "1.0"]