MVN

com.github.xinput123 : xinput-springboot-base

Maven & Gradle

Sep 22, 2020
1 stars

xinput-springboot-base · springboot的一个基本封装

<dependency>
    <groupId>com.github.xinput123</groupId>
    <artifactId>xinput-springboot-base</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xinput123 : xinput-springboot-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of com.github.xinput123 : xinput-springboot-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
xinput-springboot-base-0.1.4
xinput-springboot-base-0.1.3
xinput-springboot-base-0.1.2
xinput-springboot-base-0.1.1
xinput-springboot-base-0.1.0
0.0.x
xinput-springboot-base-0.0.9
xinput-springboot-base-0.0.8
xinput-springboot-base-0.0.7
xinput-springboot-base-0.0.6
xinput-springboot-base-0.0.5
xinput-springboot-base-0.0.4
xinput-springboot-base-0.0.2
xinput-springboot-base-0.0.1

How to add a dependency to Maven

Add the following com.github.xinput123 : xinput-springboot-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.xinput123</groupId>
    <artifactId>xinput-springboot-base</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xinput123 : xinput-springboot-base gradle dependency to your build.gradle file:

implementation 'com.github.xinput123:xinput-springboot-base:0.1.4'

Gradle Kotlin DSL: Add the following com.github.xinput123 : xinput-springboot-base gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xinput123:xinput-springboot-base:0.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xinput123 : xinput-springboot-base sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xinput123" % "xinput-springboot-base" % "0.1.4"