GroupId | GroupIdio.github.xulinglin |
---|---|
ArtifactId | ArtifactIdspace-springboot |
Version | Version1.0.1.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.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xulinglin/space-springboot/
implementation 'io.github.xulinglin:space-springboot:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.github.xulinglin/space-springboot/
implementation ("io.github.xulinglin:space-springboot:1.0.1.RELEASE")
'io.github.xulinglin:space-springboot:jar:1.0.1.RELEASE'
<dependency org="io.github.xulinglin" name="space-springboot" rev="1.0.1.RELEASE">
<artifact name="space-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xulinglin', module='space-springboot', version='1.0.1.RELEASE')
)
libraryDependencies += "io.github.xulinglin" % "space-springboot" % "1.0.1.RELEASE"
[io.github.xulinglin/space-springboot "1.0.1.RELEASE"]