GroupId | GroupIdcom.lxzh123 |
---|---|
ArtifactId | ArtifactIdmkstubs |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mkstubs-1.0.0.pom | |
mkstubs-1.0.0.jar | 30 KB |
mkstubs-1.0.0-sources.jar | 25 KB |
mkstubs-1.0.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lxzh123/mkstubs/ -->
<dependency>
<groupId>com.lxzh123</groupId>
<artifactId>mkstubs</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lxzh123/mkstubs/
implementation 'com.lxzh123:mkstubs:1.0.0'
// https://jarcasting.com/artifacts/com.lxzh123/mkstubs/
implementation ("com.lxzh123:mkstubs:1.0.0")
'com.lxzh123:mkstubs:jar:1.0.0'
<dependency org="com.lxzh123" name="mkstubs" rev="1.0.0">
<artifact name="mkstubs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lxzh123', module='mkstubs', version='1.0.0')
)
libraryDependencies += "com.lxzh123" % "mkstubs" % "1.0.0"
[com.lxzh123/mkstubs "1.0.0"]