Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.gitee.rslai.base.tool.autotest |
ArtifactId | ArtifactIdmock |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
mock-0.1.pom | |
mock-0.1.jar | 16 KB |
mock-0.1-sources.jar | 10 KB |
mock-0.1-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.rslai.base.tool.autotest/mock/ -->
<dependency>
<groupId>com.gitee.rslai.base.tool.autotest</groupId>
<artifactId>mock</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.rslai.base.tool.autotest/mock/
implementation 'com.gitee.rslai.base.tool.autotest:mock:0.1'
// https://jarcasting.com/artifacts/com.gitee.rslai.base.tool.autotest/mock/
implementation ("com.gitee.rslai.base.tool.autotest:mock:0.1")
'com.gitee.rslai.base.tool.autotest:mock:jar:0.1'
<dependency org="com.gitee.rslai.base.tool.autotest" name="mock" rev="0.1">
<artifact name="mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.rslai.base.tool.autotest', module='mock', version='0.1')
)
libraryDependencies += "com.gitee.rslai.base.tool.autotest" % "mock" % "0.1"
[com.gitee.rslai.base.tool.autotest/mock "0.1"]