MVN

io.leopard : leopard-xparam

Maven & Gradle

Apr 21, 2018
8 usages
9 stars

XParame · 请求特殊参数。让Controller类像普通的Service类一样定义接口参数,让接口定义更加清晰、方便编写单元测试、方便编写Javadoc。APIdoc可以根据这些特殊参数自动生成文档。

<dependency>
    <groupId>io.leopard</groupId>
    <artifactId>leopard-xparam</artifactId>
    <version>0.9.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.leopard : leopard-xparam to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.12

All Versions

Choose a version of io.leopard : leopard-xparam to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
leopard-xparam-0.9.12
leopard-xparam-0.9.11
leopard-xparam-0.9.10
leopard-xparam-0.9.8
leopard-xparam-0.9.6
leopard-xparam-0.9.4
0.0.x
leopard-xparam-0.0.2

How to add a dependency to Maven

Add the following io.leopard : leopard-xparam maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.leopard</groupId>
    <artifactId>leopard-xparam</artifactId>
    <version>0.9.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.leopard : leopard-xparam gradle dependency to your build.gradle file:

implementation 'io.leopard:leopard-xparam:0.9.12'

Gradle Kotlin DSL: Add the following io.leopard : leopard-xparam gradle kotlin dependency to your build.gradle.kts file:

implementation("io.leopard:leopard-xparam:0.9.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.leopard : leopard-xparam sbt scala dependency to your build.sbt file:

libraryDependencies += "io.leopard" % "leopard-xparam" % "0.9.12"

Advertisement