GroupId | GroupIdio.github.shaohuizhe |
---|---|
ArtifactId | ArtifactIdspring-bean |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
spring-bean-1.3.1.pom | |
spring-bean-1.3.1.jar | 26 KB |
spring-bean-1.3.1-sources.jar | 12 KB |
spring-bean-1.3.1-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/spring-bean/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>spring-bean</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/spring-bean/
implementation 'io.github.shaohuizhe:spring-bean:1.3.1'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/spring-bean/
implementation ("io.github.shaohuizhe:spring-bean:1.3.1")
'io.github.shaohuizhe:spring-bean:jar:1.3.1'
<dependency org="io.github.shaohuizhe" name="spring-bean" rev="1.3.1">
<artifact name="spring-bean" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='spring-bean', version='1.3.1')
)
libraryDependencies += "io.github.shaohuizhe" % "spring-bean" % "1.3.1"
[io.github.shaohuizhe/spring-bean "1.3.1"]