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