| GroupId | GroupIdcom.power4j.fist |
|---|---|
| ArtifactId | ArtifactIdfist-kit-boot-core |
| Version | Version2022.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fist-kit-boot-core-2022.0.8.pom | |
| fist-kit-boot-core-2022.0.8.jar | 199 KB |
| fist-kit-boot-core-2022.0.8-sources.jar | 157 KB |
| fist-kit-boot-core-2022.0.8-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.power4j.fist/fist-kit-boot-core/ -->
<dependency>
<groupId>com.power4j.fist</groupId>
<artifactId>fist-kit-boot-core</artifactId>
<version>2022.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.power4j.fist/fist-kit-boot-core/
implementation 'com.power4j.fist:fist-kit-boot-core:2022.0.8'
// https://jarcasting.com/artifacts/com.power4j.fist/fist-kit-boot-core/
implementation ("com.power4j.fist:fist-kit-boot-core:2022.0.8")
'com.power4j.fist:fist-kit-boot-core:jar:2022.0.8'
<dependency org="com.power4j.fist" name="fist-kit-boot-core" rev="2022.0.8">
<artifact name="fist-kit-boot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.power4j.fist', module='fist-kit-boot-core', version='2022.0.8')
)
libraryDependencies += "com.power4j.fist" % "fist-kit-boot-core" % "2022.0.8"
[com.power4j.fist/fist-kit-boot-core "2022.0.8"]