| GroupId | GroupIdcom.woaizhuangbi | 
|---|---|
| ArtifactId | ArtifactIdwx-utils | 
| Version | Version0.0.1-RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| wx-utils-0.0.1-RELEASE.pom | |
| wx-utils-0.0.1-RELEASE.jar | 23 KB | 
| wx-utils-0.0.1-RELEASE-sources.jar | 10 KB | 
| wx-utils-0.0.1-RELEASE-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.woaizhuangbi/wx-utils/ -->
<dependency>
    <groupId>com.woaizhuangbi</groupId>
    <artifactId>wx-utils</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.woaizhuangbi/wx-utils/
implementation 'com.woaizhuangbi:wx-utils:0.0.1-RELEASE'// https://jarcasting.com/artifacts/com.woaizhuangbi/wx-utils/
implementation ("com.woaizhuangbi:wx-utils:0.0.1-RELEASE")'com.woaizhuangbi:wx-utils:jar:0.0.1-RELEASE'<dependency org="com.woaizhuangbi" name="wx-utils" rev="0.0.1-RELEASE">
  <artifact name="wx-utils" type="jar" />
</dependency>@Grapes(
@Grab(group='com.woaizhuangbi', module='wx-utils', version='0.0.1-RELEASE')
)libraryDependencies += "com.woaizhuangbi" % "wx-utils" % "0.0.1-RELEASE"[com.woaizhuangbi/wx-utils "0.0.1-RELEASE"]