| GroupId | GroupIdio.github.shaohuizhe |
|---|---|
| ArtifactId | ArtifactIdspring-bean |
| Version | Version1.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spring-bean-1.3.0.pom | |
| spring-bean-1.3.0.jar | 26 KB |
| spring-bean-1.3.0-sources.jar | 12 KB |
| spring-bean-1.3.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/spring-bean/
implementation 'io.github.shaohuizhe:spring-bean:1.3.0'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/spring-bean/
implementation ("io.github.shaohuizhe:spring-bean:1.3.0")
'io.github.shaohuizhe:spring-bean:jar:1.3.0'
<dependency org="io.github.shaohuizhe" name="spring-bean" rev="1.3.0">
<artifact name="spring-bean" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='spring-bean', version='1.3.0')
)
libraryDependencies += "io.github.shaohuizhe" % "spring-bean" % "1.3.0"
[io.github.shaohuizhe/spring-bean "1.3.0"]