| License | License | 
|---|---|
| GroupId | GroupIdcom.github.shoothzj | 
| ArtifactId | ArtifactIdsdk-spring-util | 
| Version | Version3.0.33.RELEASE | 
| Type | Typejar | 
| Description | DescriptionJava dependency | 
| Project Organization | Project OrganizationShoothzj | 
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/sdk-spring-util/ -->
<dependency>
    <groupId>com.github.shoothzj</groupId>
    <artifactId>sdk-spring-util</artifactId>
    <version>3.0.33.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-spring-util/
implementation 'com.github.shoothzj:sdk-spring-util:3.0.33.RELEASE'// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-spring-util/
implementation ("com.github.shoothzj:sdk-spring-util:3.0.33.RELEASE")'com.github.shoothzj:sdk-spring-util:jar:3.0.33.RELEASE'<dependency org="com.github.shoothzj" name="sdk-spring-util" rev="3.0.33.RELEASE">
  <artifact name="sdk-spring-util" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.shoothzj', module='sdk-spring-util', version='3.0.33.RELEASE')
)libraryDependencies += "com.github.shoothzj" % "sdk-spring-util" % "3.0.33.RELEASE"[com.github.shoothzj/sdk-spring-util "3.0.33.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring-context | jar | 5.3.7 | 
| com.github.shoothzj : java-tool | jar | 3.0.33.RELEASE | 
| org.projectlombok : lombok | jar | 1.18.20 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13 | 
| org.mockito : mockito-core | jar | 3.11.0 |