License |
License |
---|---|
GroupId | GroupIdio.github.hlg212.fcf |
ArtifactId | ArtifactIdfcf |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptionfcf
FCF工程构建管理工程,统一项目构建方式
|
Filename | Size |
---|---|
fcf-1.0.3.pom | |
fcf-1.0.3.jar | 2 KB |
fcf-1.0.3-javadoc.jar | 344 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hlg212.fcf/fcf/ -->
<dependency>
<groupId>io.github.hlg212.fcf</groupId>
<artifactId>fcf</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hlg212.fcf/fcf/
implementation 'io.github.hlg212.fcf:fcf:1.0.3'
// https://jarcasting.com/artifacts/io.github.hlg212.fcf/fcf/
implementation ("io.github.hlg212.fcf:fcf:1.0.3")
'io.github.hlg212.fcf:fcf:jar:1.0.3'
<dependency org="io.github.hlg212.fcf" name="fcf" rev="1.0.3">
<artifact name="fcf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hlg212.fcf', module='fcf', version='1.0.3')
)
libraryDependencies += "io.github.hlg212.fcf" % "fcf" % "1.0.3"
[io.github.hlg212.fcf/fcf "1.0.3"]