MVN

cn.lindianyu : memory-springboot-start

Maven & Gradle

Aug 26, 2022
0 stars

ldy-memory-jvm · 基于springboot监控当前程序的集成程序

<dependency>
    <groupId>cn.lindianyu</groupId>
    <artifactId>memory-springboot-start</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.lindianyu : memory-springboot-start to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of cn.lindianyu : memory-springboot-start to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
memory-springboot-start-1.1.0
1.0.x
memory-springboot-start-1.0.1

How to add a dependency to Maven

Add the following cn.lindianyu : memory-springboot-start maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.lindianyu</groupId>
    <artifactId>memory-springboot-start</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.lindianyu : memory-springboot-start gradle dependency to your build.gradle file:

implementation 'cn.lindianyu:memory-springboot-start:1.1.0'

Gradle Kotlin DSL: Add the following cn.lindianyu : memory-springboot-start gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.lindianyu:memory-springboot-start:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.lindianyu : memory-springboot-start sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.lindianyu" % "memory-springboot-start" % "1.1.0"