MVN

net.highersoft : methodstatis

Maven & Gradle

Sep 29, 2020
2 stars

methodstatis · 方法调用记录组件

<dependency>
    <groupId>net.highersoft</groupId>
    <artifactId>methodstatis</artifactId>
    <version>1.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.highersoft : methodstatis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.5

All Versions

Choose a version of net.highersoft : methodstatis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
methodstatis-1.3.5
methodstatis-1.3.4
methodstatis-1.3.3
methodstatis-1.3.2
methodstatis-1.3.1
methodstatis-1.3.0
1.2.x
methodstatis-1.2.0

How to add a dependency to Maven

Add the following net.highersoft : methodstatis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.highersoft</groupId>
    <artifactId>methodstatis</artifactId>
    <version>1.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.highersoft : methodstatis gradle dependency to your build.gradle file:

implementation 'net.highersoft:methodstatis:1.3.5'

Gradle Kotlin DSL: Add the following net.highersoft : methodstatis gradle kotlin dependency to your build.gradle.kts file:

implementation("net.highersoft:methodstatis:1.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.highersoft : methodstatis sbt scala dependency to your build.sbt file:

libraryDependencies += "net.highersoft" % "methodstatis" % "1.3.5"

Advertisement