GroupId | GroupIdio.github.guoshiqiufeng |
---|---|
ArtifactId | ArtifactIdframework-core |
Version | Version1.2.4 |
Type | Typejar |
Filename | Size |
---|---|
framework-core-1.2.4.pom | |
framework-core-1.2.4.jar | 29 KB |
framework-core-1.2.4-sources.jar | 25 KB |
framework-core-1.2.4-javadoc.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-core/ -->
<dependency>
<groupId>io.github.guoshiqiufeng</groupId>
<artifactId>framework-core</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-core/
implementation 'io.github.guoshiqiufeng:framework-core:1.2.4'
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-core/
implementation ("io.github.guoshiqiufeng:framework-core:1.2.4")
'io.github.guoshiqiufeng:framework-core:jar:1.2.4'
<dependency org="io.github.guoshiqiufeng" name="framework-core" rev="1.2.4">
<artifact name="framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.guoshiqiufeng', module='framework-core', version='1.2.4')
)
libraryDependencies += "io.github.guoshiqiufeng" % "framework-core" % "1.2.4"
[io.github.guoshiqiufeng/framework-core "1.2.4"]