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