Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdio.github.shaohuizhe |
ArtifactId | ArtifactIdspring-bean-container |
Version | Version1.1.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/spring-bean-container/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>spring-bean-container</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/spring-bean-container/
implementation 'io.github.shaohuizhe:spring-bean-container:1.1.7'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/spring-bean-container/
implementation ("io.github.shaohuizhe:spring-bean-container:1.1.7")
'io.github.shaohuizhe:spring-bean-container:jar:1.1.7'
<dependency org="io.github.shaohuizhe" name="spring-bean-container" rev="1.1.7">
<artifact name="spring-bean-container" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='spring-bean-container', version='1.1.7')
)
libraryDependencies += "io.github.shaohuizhe" % "spring-bean-container" % "1.1.7"
[io.github.shaohuizhe/spring-bean-container "1.1.7"]