GroupId | GroupIdcom.github.xinput123 |
---|---|
ArtifactId | ArtifactIdxinput-springboot-base |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-base/ -->
<dependency>
<groupId>com.github.xinput123</groupId>
<artifactId>xinput-springboot-base</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-base/
implementation 'com.github.xinput123:xinput-springboot-base:0.1.0'
// https://jarcasting.com/artifacts/com.github.xinput123/xinput-springboot-base/
implementation ("com.github.xinput123:xinput-springboot-base:0.1.0")
'com.github.xinput123:xinput-springboot-base:jar:0.1.0'
<dependency org="com.github.xinput123" name="xinput-springboot-base" rev="0.1.0">
<artifact name="xinput-springboot-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xinput123', module='xinput-springboot-base', version='0.1.0')
)
libraryDependencies += "com.github.xinput123" % "xinput-springboot-base" % "0.1.0"
[com.github.xinput123/xinput-springboot-base "0.1.0"]