| GroupId | GroupIdcom.github.wangjiegulu |
|---|---|
| ArtifactId | ArtifactIddiscardfile |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| discardfile-1.0.1.pom | |
| discardfile-1.0.1.jar | 26 KB |
| discardfile-1.0.1-sources.jar | 6 KB |
| discardfile-1.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wangjiegulu/discardfile/ -->
<dependency>
<groupId>com.github.wangjiegulu</groupId>
<artifactId>discardfile</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangjiegulu/discardfile/
implementation 'com.github.wangjiegulu:discardfile:1.0.1'
// https://jarcasting.com/artifacts/com.github.wangjiegulu/discardfile/
implementation ("com.github.wangjiegulu:discardfile:1.0.1")
'com.github.wangjiegulu:discardfile:jar:1.0.1'
<dependency org="com.github.wangjiegulu" name="discardfile" rev="1.0.1">
<artifact name="discardfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangjiegulu', module='discardfile', version='1.0.1')
)
libraryDependencies += "com.github.wangjiegulu" % "discardfile" % "1.0.1"
[com.github.wangjiegulu/discardfile "1.0.1"]