GroupId | GroupIdcom.github.panhongan |
---|---|
ArtifactId | ArtifactIdspring-utils |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
spring-utils-1.0.1.pom | |
spring-utils-1.0.1.jar | 2 KB |
Browse |
<!-- 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"]