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