| Группа | Группаcom.github.wywuzh |
|---|---|
| Идентификатор | Идентификаторcommons-static |
| Версия | Версия2.4.12.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| commons-static-2.4.12.RELEASE.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.wywuzh/commons-static/ -->
<dependency>
<groupId>com.github.wywuzh</groupId>
<artifactId>commons-static</artifactId>
<version>2.4.12.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-static/
implementation 'com.github.wywuzh:commons-static:2.4.12.RELEASE'
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-static/
implementation ("com.github.wywuzh:commons-static:2.4.12.RELEASE")
'com.github.wywuzh:commons-static:pom:2.4.12.RELEASE'
<dependency org="com.github.wywuzh" name="commons-static" rev="2.4.12.RELEASE">
<artifact name="commons-static" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.wywuzh', module='commons-static', version='2.4.12.RELEASE')
)
libraryDependencies += "com.github.wywuzh" % "commons-static" % "2.4.12.RELEASE"
[com.github.wywuzh/commons-static "2.4.12.RELEASE"]