| GroupId | GroupIdio.github.xulinglin | 
|---|---|
| ArtifactId | ArtifactIdspace-springboot | 
| Version | Version1.0.0.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.github.xulinglin/space-springboot/ -->
<dependency>
    <groupId>io.github.xulinglin</groupId>
    <artifactId>space-springboot</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/io.github.xulinglin/space-springboot/
implementation 'io.github.xulinglin:space-springboot:1.0.0.RELEASE'// https://jarcasting.com/artifacts/io.github.xulinglin/space-springboot/
implementation ("io.github.xulinglin:space-springboot:1.0.0.RELEASE")'io.github.xulinglin:space-springboot:jar:1.0.0.RELEASE'<dependency org="io.github.xulinglin" name="space-springboot" rev="1.0.0.RELEASE">
  <artifact name="space-springboot" type="jar" />
</dependency>@Grapes(
@Grab(group='io.github.xulinglin', module='space-springboot', version='1.0.0.RELEASE')
)libraryDependencies += "io.github.xulinglin" % "space-springboot" % "1.0.0.RELEASE"[io.github.xulinglin/space-springboot "1.0.0.RELEASE"]