MVN

com.ksc.mission.base : spring-beans

Maven & Gradle

Feb 27, 2019
1 usages
<dependency>
    <groupId>com.ksc.mission.base</groupId>
    <artifactId>spring-beans</artifactId>
    <version>1.2.4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ksc.mission.base : spring-beans to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4.7

All Versions

Choose a version of com.ksc.mission.base : spring-beans to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
spring-beans-1.2.4.7
spring-beans-1.2.4.6
spring-beans-1.2.4.5
spring-beans-1.2.4.4
spring-beans-1.2.4.3
spring-beans-1.2.4.2
spring-beans-1.2.4
spring-beans-1.2.3
spring-beans-1.2.2
spring-beans-1.2.1
spring-beans-1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ksc.mission.base</groupId>
    <artifactId>spring-beans</artifactId>
    <version>1.2.4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ksc.mission.base : spring-beans gradle dependency to your build.gradle file:

implementation 'com.ksc.mission.base:spring-beans:1.2.4.7'

Gradle Kotlin DSL: Add the following com.ksc.mission.base : spring-beans gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ksc.mission.base:spring-beans:1.2.4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ksc.mission.base : spring-beans sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ksc.mission.base" % "spring-beans" % "1.2.4.7"

Advertisement