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