| GroupId | GroupIdio.github.xulinglin | 
|---|---|
| ArtifactId | ArtifactIdspace-core | 
| Version | Version1.0.2.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| space-core-1.0.2.RELEASE.pom | |
| space-core-1.0.2.RELEASE.jar | 23 KB | 
| space-core-1.0.2.RELEASE-sources.jar | 14 KB | 
| space-core-1.0.2.RELEASE-javadoc.jar | 123 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.xulinglin/space-core/ -->
<dependency>
    <groupId>io.github.xulinglin</groupId>
    <artifactId>space-core</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/io.github.xulinglin/space-core/
implementation 'io.github.xulinglin:space-core:1.0.2.RELEASE'// https://jarcasting.com/artifacts/io.github.xulinglin/space-core/
implementation ("io.github.xulinglin:space-core:1.0.2.RELEASE")'io.github.xulinglin:space-core:jar:1.0.2.RELEASE'<dependency org="io.github.xulinglin" name="space-core" rev="1.0.2.RELEASE">
  <artifact name="space-core" type="jar" />
</dependency>@Grapes(
@Grab(group='io.github.xulinglin', module='space-core', version='1.0.2.RELEASE')
)libraryDependencies += "io.github.xulinglin" % "space-core" % "1.0.2.RELEASE"[io.github.xulinglin/space-core "1.0.2.RELEASE"]