MVN

cc.ikai.tool : spring-bean-caller

Maven & Gradle

Jun 23, 2019
0 stars

spring-bean-caller · Dynamic calling spring bean's method.

<dependency>
    <groupId>cc.ikai.tool</groupId>
    <artifactId>spring-bean-caller</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.ikai.tool : spring-bean-caller to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of cc.ikai.tool : spring-bean-caller to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
spring-bean-caller-0.1.2
spring-bean-caller-0.1.1
spring-bean-caller-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>cc.ikai.tool</groupId>
    <artifactId>spring-bean-caller</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.ikai.tool : spring-bean-caller gradle dependency to your build.gradle file:

implementation 'cc.ikai.tool:spring-bean-caller:0.1.2'

Gradle Kotlin DSL: Add the following cc.ikai.tool : spring-bean-caller gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.ikai.tool:spring-bean-caller:0.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.ikai.tool : spring-bean-caller sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.ikai.tool" % "spring-bean-caller" % "0.1.2"

Advertisement