| GroupId | GroupIdcom.wudaosoft |
|---|---|
| ArtifactId | ArtifactIdwudaosoft-commons |
| Version | Version1.1.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wudaosoft-commons-1.1.9.pom | |
| wudaosoft-commons-1.1.9.jar | 117 KB |
| wudaosoft-commons-1.1.9-sources.jar | 93 KB |
| wudaosoft-commons-1.1.9-javadoc.jar | 434 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wudaosoft/wudaosoft-commons/ -->
<dependency>
<groupId>com.wudaosoft</groupId>
<artifactId>wudaosoft-commons</artifactId>
<version>1.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.wudaosoft/wudaosoft-commons/
implementation 'com.wudaosoft:wudaosoft-commons:1.1.9'
// https://jarcasting.com/artifacts/com.wudaosoft/wudaosoft-commons/
implementation ("com.wudaosoft:wudaosoft-commons:1.1.9")
'com.wudaosoft:wudaosoft-commons:jar:1.1.9'
<dependency org="com.wudaosoft" name="wudaosoft-commons" rev="1.1.9">
<artifact name="wudaosoft-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wudaosoft', module='wudaosoft-commons', version='1.1.9')
)
libraryDependencies += "com.wudaosoft" % "wudaosoft-commons" % "1.1.9"
[com.wudaosoft/wudaosoft-commons "1.1.9"]