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