MVN

io.github.shaohuizhe : spring-bean

Maven & Gradle

Nov 30, 2022

spring-bean · spring-bean

<dependency>
    <groupId>io.github.shaohuizhe</groupId>
    <artifactId>spring-bean</artifactId>
    <version>10.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shaohuizhe : spring-bean to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.0.3

All Versions

Choose a version of io.github.shaohuizhe : spring-bean to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.0.x
spring-bean-10.0.3
spring-bean-10.0.2
spring-bean-10.0.1
spring-bean-10.0.0
8.6.x
spring-bean-8.6.3
spring-bean-8.6.2
spring-bean-8.6.1
spring-bean-8.6.0
8.5
spring-bean-8.5
8.4
spring-bean-8.4
8.3
spring-bean-8.3
8.2
spring-bean-8.2
8.1
spring-bean-8.1
8.0
spring-bean-8.0
3.0
spring-bean-3.0
2.0
spring-bean-2.0
1.4.x
spring-bean-1.4.0
1.3.x
spring-bean-1.3.9
spring-bean-1.3.8
spring-bean-1.3.7
spring-bean-1.3.6
spring-bean-1.3.5
spring-bean-1.3.4
spring-bean-1.3.3
spring-bean-1.3.2
spring-bean-1.3.1
spring-bean-1.3.0
1.2.x
spring-bean-1.2.9

How to add a dependency to Maven

Add the following io.github.shaohuizhe : spring-bean maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.shaohuizhe</groupId>
    <artifactId>spring-bean</artifactId>
    <version>10.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.shaohuizhe : spring-bean gradle dependency to your build.gradle file:

implementation 'io.github.shaohuizhe:spring-bean:10.0.3'

Gradle Kotlin DSL: Add the following io.github.shaohuizhe : spring-bean gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.shaohuizhe:spring-bean:10.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.shaohuizhe : spring-bean sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.shaohuizhe" % "spring-bean" % "10.0.3"