| License | License | 
|---|---|
| GroupId | GroupIdcom.woaizhuangbi | 
| ArtifactId | ArtifactIdspring-utils | 
| Version | Version1.0.0-RELEASE | 
| Type | Typejar | 
| Description | DescriptionSpringUtils A spring utils | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| spring-utils-1.0.0-RELEASE.pom | |
| spring-utils-1.0.0-RELEASE.jar | 23 KB | 
| spring-utils-1.0.0-RELEASE-sources.jar | 11 KB | 
| spring-utils-1.0.0-RELEASE-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.woaizhuangbi/spring-utils/ -->
<dependency>
    <groupId>com.woaizhuangbi</groupId>
    <artifactId>spring-utils</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.woaizhuangbi/spring-utils/
implementation 'com.woaizhuangbi:spring-utils:1.0.0-RELEASE'// https://jarcasting.com/artifacts/com.woaizhuangbi/spring-utils/
implementation ("com.woaizhuangbi:spring-utils:1.0.0-RELEASE")'com.woaizhuangbi:spring-utils:jar:1.0.0-RELEASE'<dependency org="com.woaizhuangbi" name="spring-utils" rev="1.0.0-RELEASE">
  <artifact name="spring-utils" type="jar" />
</dependency>@Grapes(
@Grab(group='com.woaizhuangbi', module='spring-utils', version='1.0.0-RELEASE')
)libraryDependencies += "com.woaizhuangbi" % "spring-utils" % "1.0.0-RELEASE"[com.woaizhuangbi/spring-utils "1.0.0-RELEASE"]