is not current version
Last Version 0.1.4

com.github.xinput123:xinput-springboot-base 0.0.8

springboot的一个基本封装

GroupId

GroupId

com.github.xinput123
ArtifactId

ArtifactId

xinput-springboot-base
Version

Version

0.0.8
Type

Type

jar

Download xinput-springboot-base 0.0.8


<!-- https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-base/ -->
<dependency>
    <groupId>com.github.xinput123</groupId>
    <artifactId>xinput-springboot-base</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-base/
implementation 'com.github.xinput123:xinput-springboot-base:0.0.8'
// https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-base/
implementation ("com.github.xinput123:xinput-springboot-base:0.0.8")
'com.github.xinput123:xinput-springboot-base:jar:0.0.8'
<dependency org="com.github.xinput123" name="xinput-springboot-base" rev="0.0.8">
  <artifact name="xinput-springboot-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xinput123', module='xinput-springboot-base', version='0.0.8')
)
libraryDependencies += "com.github.xinput123" % "xinput-springboot-base" % "0.0.8"
[com.github.xinput123/xinput-springboot-base "0.0.8"]