MVN

com.github.nobugboy : lucky-ui

Maven & Gradle

Jan 18, 2022
1 usages
20 stars

lucky-ui · 一款基于Vue3实现的的Swagger皮肤

<dependency>
    <groupId>com.github.nobugboy</groupId>
    <artifactId>lucky-ui</artifactId>
    <version>release-1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nobugboy : lucky-ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: release-1.0.2

All Versions

Choose a version of com.github.nobugboy : lucky-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
release
lucky-ui-release-1.0.2
lucky-ui-release-1.0.1
lucky-ui-release-1.0.0
bata
lucky-ui-bata-0.0.6
lucky-ui-bata-0.0.5
lucky-ui-bata-0.0.4
lucky-ui-bata-0.0.2

How to add a dependency to Maven

Add the following com.github.nobugboy : lucky-ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nobugboy</groupId>
    <artifactId>lucky-ui</artifactId>
    <version>release-1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nobugboy : lucky-ui gradle dependency to your build.gradle file:

implementation 'com.github.nobugboy:lucky-ui:release-1.0.2'

Gradle Kotlin DSL: Add the following com.github.nobugboy : lucky-ui gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nobugboy:lucky-ui:release-1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nobugboy : lucky-ui sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nobugboy" % "lucky-ui" % "release-1.0.2"