is not current version
Last Version 0.1.4

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

springboot的一个基本封装

GroupId

GroupId

com.github.xinput123
ArtifactId

ArtifactId

xinput-springboot-base
Version

Version

0.0.4
Type

Type

jar

Download xinput-springboot-base 0.0.4


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