is not current version
Last Version 1.0.3

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

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

GroupId

GroupId

io.github.hlg212.fcf
ArtifactId

ArtifactId

fcf-facade
Version

Version

1.0.0
Type

Type

jar

Download fcf-facade 1.0.0


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