MVN

cn.ciphermagic : spring-tools

Maven & Gradle

Jul 17, 2022
2 stars

spring-tools · simple and convenient tools for spring

<dependency>
    <groupId>cn.ciphermagic</groupId>
    <artifactId>spring-tools</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.ciphermagic : spring-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of cn.ciphermagic : spring-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
spring-tools-1.1.3
spring-tools-1.1.2
spring-tools-1.1.1
spring-tools-1.1.0
1.0.x
spring-tools-1.0.8
spring-tools-1.0.7
spring-tools-1.0.6
spring-tools-1.0.5
spring-tools-1.0.4
spring-tools-1.0.3
spring-tools-1.0.2
spring-tools-1.0.1
spring-tools-1.0.0

How to add a dependency to Maven

Add the following cn.ciphermagic : spring-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.ciphermagic</groupId>
    <artifactId>spring-tools</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.ciphermagic : spring-tools gradle dependency to your build.gradle file:

implementation 'cn.ciphermagic:spring-tools:1.1.3'

Gradle Kotlin DSL: Add the following cn.ciphermagic : spring-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.ciphermagic:spring-tools:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.ciphermagic : spring-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.ciphermagic" % "spring-tools" % "1.1.3"

Advertisement