MVN

com.shzcloud : spring-bean

Maven & Gradle

Aug 20, 2023

spring-bean · spring-bean

<dependency>
    <groupId>com.shzcloud</groupId>
    <artifactId>spring-bean</artifactId>
    <version>2023.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.shzcloud : spring-bean to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.1.6

All Versions

Choose a version of com.shzcloud : spring-bean to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.1.x
spring-bean-2023.1.6
spring-bean-2023.1.5
spring-bean-2023.1.4
spring-bean-2023.1.3
spring-bean-2023.1.2
spring-bean-2023.1.1
spring-bean-2023.1.0
2023.0.x
spring-bean-2023.0.0
17.4.x
spring-bean-17.4.1
spring-bean-17.4.0
17.3.x
spring-bean-17.3.3
spring-bean-17.3.2
spring-bean-17.3.1
spring-bean-17.3.0
17.2.x
spring-bean-17.2.0
17.1.x
spring-bean-17.1.1
spring-bean-17.1.0
17.0.x
spring-bean-17.0.0
8.0.x
spring-bean-8.0.0
2.0.x
spring-bean-2.0.1
spring-bean-2.0.0
1.1.x
spring-bean-1.1.2
spring-bean-1.1.1
spring-bean-1.1.0
1.0.x
spring-bean-1.0.6
spring-bean-1.0.5
spring-bean-1.0.4
spring-bean-1.0.3
spring-bean-1.0.2
spring-bean-1.0.1
spring-bean-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.shzcloud</groupId>
    <artifactId>spring-bean</artifactId>
    <version>2023.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.shzcloud : spring-bean gradle dependency to your build.gradle file:

implementation 'com.shzcloud:spring-bean:2023.1.6'

Gradle Kotlin DSL: Add the following com.shzcloud : spring-bean gradle kotlin dependency to your build.gradle.kts file:

implementation("com.shzcloud:spring-bean:2023.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.shzcloud : spring-bean sbt scala dependency to your build.sbt file:

libraryDependencies += "com.shzcloud" % "spring-bean" % "2023.1.6"