| GroupId | GroupIdcom.github.wywuzh |
|---|---|
| ArtifactId | ArtifactIdcommons-static |
| Version | Version2.4.9.RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| commons-static-2.4.9.RELEASE.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wywuzh/commons-static/ -->
<dependency>
<groupId>com.github.wywuzh</groupId>
<artifactId>commons-static</artifactId>
<version>2.4.9.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-static/
implementation 'com.github.wywuzh:commons-static:2.4.9.RELEASE'
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-static/
implementation ("com.github.wywuzh:commons-static:2.4.9.RELEASE")
'com.github.wywuzh:commons-static:pom:2.4.9.RELEASE'
<dependency org="com.github.wywuzh" name="commons-static" rev="2.4.9.RELEASE">
<artifact name="commons-static" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.wywuzh', module='commons-static', version='2.4.9.RELEASE')
)
libraryDependencies += "com.github.wywuzh" % "commons-static" % "2.4.9.RELEASE"
[com.github.wywuzh/commons-static "2.4.9.RELEASE"]