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