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