GroupId | GroupIdcom.github.wzc789376152 |
---|---|
ArtifactId | ArtifactIdfile |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
file-1.0.2.pom | |
file-1.0.2.jar | 24 KB |
file-1.0.2-sources.jar | 14 KB |
file-1.0.2-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wzc789376152/file/ -->
<dependency>
<groupId>com.github.wzc789376152</groupId>
<artifactId>file</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wzc789376152/file/
implementation 'com.github.wzc789376152:file:1.0.2'
// https://jarcasting.com/artifacts/com.github.wzc789376152/file/
implementation ("com.github.wzc789376152:file:1.0.2")
'com.github.wzc789376152:file:jar:1.0.2'
<dependency org="com.github.wzc789376152" name="file" rev="1.0.2">
<artifact name="file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wzc789376152', module='file', version='1.0.2')
)
libraryDependencies += "com.github.wzc789376152" % "file" % "1.0.2"
[com.github.wzc789376152/file "1.0.2"]