| License | License | 
|---|---|
| GroupId | GroupIdcom.woaizhuangbi | 
| ArtifactId | ArtifactIdspring-utils | 
| Last Version | Last Version1.0.2-RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSpringUtils A spring utils | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| spring-utils-1.0.2-RELEASE.pom | |
| spring-utils-1.0.2-RELEASE.jar | 24 KB | 
| spring-utils-1.0.2-RELEASE-sources.jar | 12 KB | 
| spring-utils-1.0.2-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.2-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.woaizhuangbi/spring-utils/
implementation 'com.woaizhuangbi:spring-utils:1.0.2-RELEASE'// https://jarcasting.com/artifacts/com.woaizhuangbi/spring-utils/
implementation ("com.woaizhuangbi:spring-utils:1.0.2-RELEASE")'com.woaizhuangbi:spring-utils:jar:1.0.2-RELEASE'<dependency org="com.woaizhuangbi" name="spring-utils" rev="1.0.2-RELEASE">
  <artifact name="spring-utils" type="jar" />
</dependency>@Grapes(
@Grab(group='com.woaizhuangbi', module='spring-utils', version='1.0.2-RELEASE')
)libraryDependencies += "com.woaizhuangbi" % "spring-utils" % "1.0.2-RELEASE"[com.woaizhuangbi/spring-utils "1.0.2-RELEASE"]