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