| GroupId | GroupIdcom.github.xujiaji.mk |
|---|---|
| ArtifactId | ArtifactIduser-front |
| Version | Version0.0.5-beta3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| user-front-0.0.5-beta3.pom | |
| user-front-0.0.5-beta3.jar | 59 KB |
| user-front-0.0.5-beta3-sources.jar | 25 KB |
| user-front-0.0.5-beta3-javadoc.jar | 188 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xujiaji.mk/user-front/ -->
<dependency>
<groupId>com.github.xujiaji.mk</groupId>
<artifactId>user-front</artifactId>
<version>0.0.5-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xujiaji.mk/user-front/
implementation 'com.github.xujiaji.mk:user-front:0.0.5-beta3'
// https://jarcasting.com/artifacts/com.github.xujiaji.mk/user-front/
implementation ("com.github.xujiaji.mk:user-front:0.0.5-beta3")
'com.github.xujiaji.mk:user-front:jar:0.0.5-beta3'
<dependency org="com.github.xujiaji.mk" name="user-front" rev="0.0.5-beta3">
<artifact name="user-front" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xujiaji.mk', module='user-front', version='0.0.5-beta3')
)
libraryDependencies += "com.github.xujiaji.mk" % "user-front" % "0.0.5-beta3"
[com.github.xujiaji.mk/user-front "0.0.5-beta3"]