GroupId | GroupIdio.github.hlg212.fcf |
---|---|
ArtifactId | ArtifactIdfcf-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
fcf-core-1.0.0.pom | |
fcf-core-1.0.0.jar | 144 KB |
fcf-core-1.0.0-sources.jar | 78 KB |
fcf-core-1.0.0-javadoc.jar | 422 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.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"]