GroupId | GroupIdcom.github.xiaoyuge5201 |
---|---|
ArtifactId | ArtifactIdstatic-file-modify-online |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xiaoyuge5201/static-file-modify-online/ -->
<dependency>
<groupId>com.github.xiaoyuge5201</groupId>
<artifactId>static-file-modify-online</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/static-file-modify-online/
implementation 'com.github.xiaoyuge5201:static-file-modify-online:1.0'
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/static-file-modify-online/
implementation ("com.github.xiaoyuge5201:static-file-modify-online:1.0")
'com.github.xiaoyuge5201:static-file-modify-online:jar:1.0'
<dependency org="com.github.xiaoyuge5201" name="static-file-modify-online" rev="1.0">
<artifact name="static-file-modify-online" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoyuge5201', module='static-file-modify-online', version='1.0')
)
libraryDependencies += "com.github.xiaoyuge5201" % "static-file-modify-online" % "1.0"
[com.github.xiaoyuge5201/static-file-modify-online "1.0"]