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