is not current version
Last Version 1.0.2

com.github.panhongan:spring-utils 1.0.1

spring utils

GroupId

GroupId

com.github.panhongan
ArtifactId

ArtifactId

spring-utils
Version

Version

1.0.1
Type

Type

jar

Download spring-utils 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.panhongan/spring-utils/ -->
<dependency>
    <groupId>com.github.panhongan</groupId>
    <artifactId>spring-utils</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.panhongan/spring-utils/
implementation 'com.github.panhongan:spring-utils:1.0.1'
// https://jarcasting.com/artifacts/com.github.panhongan/spring-utils/
implementation ("com.github.panhongan:spring-utils:1.0.1")
'com.github.panhongan:spring-utils:jar:1.0.1'
<dependency org="com.github.panhongan" name="spring-utils" rev="1.0.1">
  <artifact name="spring-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.panhongan', module='spring-utils', version='1.0.1')
)
libraryDependencies += "com.github.panhongan" % "spring-utils" % "1.0.1"
[com.github.panhongan/spring-utils "1.0.1"]