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