GroupId | GroupIdcom.github.xinput123 |
---|---|
ArtifactId | ArtifactIdxinput-springboot-base |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
xinput-springboot-base-0.0.2.pom | |
xinput-springboot-base-0.0.2.jar | 145 KB |
xinput-springboot-base-0.0.2-sources.jar | 93 KB |
xinput-springboot-base-0.0.2-javadoc.jar | 498 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-base/ -->
<dependency>
<groupId>com.github.xinput123</groupId>
<artifactId>xinput-springboot-base</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-base/
implementation 'com.github.xinput123:xinput-springboot-base:0.0.2'
// https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-base/
implementation ("com.github.xinput123:xinput-springboot-base:0.0.2")
'com.github.xinput123:xinput-springboot-base:jar:0.0.2'
<dependency org="com.github.xinput123" name="xinput-springboot-base" rev="0.0.2">
<artifact name="xinput-springboot-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xinput123', module='xinput-springboot-base', version='0.0.2')
)
libraryDependencies += "com.github.xinput123" % "xinput-springboot-base" % "0.0.2"
[com.github.xinput123/xinput-springboot-base "0.0.2"]