| Группа | Группаio.github.xulinglin |
|---|---|
| Идентификатор | Идентификаторspace-springboot |
| Версия | Версия1.0.1.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| space-springboot-1.0.1.RELEASE.pom | |
| space-springboot-1.0.1.RELEASE.jar | 27 MB |
| space-springboot-1.0.1.RELEASE-sources.jar | 13 KB |
| space-springboot-1.0.1.RELEASE-javadoc.jar | 130 KB |
| Обзор |
<!-- 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"]