is not current version
Last Version 1.0.3

io.github.hlg212.fcf:fcf-core 1.0.0

FCF工程构建管理工程,统一项目构建方式

GroupId

GroupId

io.github.hlg212.fcf
ArtifactId

ArtifactId

fcf-core
Version

Version

1.0.0
Type

Type

jar

Download fcf-core 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.hlg212.fcf/fcf-core/ -->
<dependency>
    <groupId>io.github.hlg212.fcf</groupId>
    <artifactId>fcf-core</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hlg212.fcf/fcf-core/
implementation 'io.github.hlg212.fcf:fcf-core:1.0.0'
// https://jarcasting.com/artifacts/io.github.hlg212.fcf/fcf-core/
implementation ("io.github.hlg212.fcf:fcf-core:1.0.0")
'io.github.hlg212.fcf:fcf-core:jar:1.0.0'
<dependency org="io.github.hlg212.fcf" name="fcf-core" rev="1.0.0">
  <artifact name="fcf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hlg212.fcf', module='fcf-core', version='1.0.0')
)
libraryDependencies += "io.github.hlg212.fcf" % "fcf-core" % "1.0.0"
[io.github.hlg212.fcf/fcf-core "1.0.0"]