GroupId | GroupIdcom.power4j.fist |
---|---|
ArtifactId | ArtifactIdfist-kit-boot-core |
Version | Version2022.0.1 |
Type | Typejar |
Filename | Size |
---|---|
fist-kit-boot-core-2022.0.1.pom | |
fist-kit-boot-core-2022.0.1.jar | 191 KB |
fist-kit-boot-core-2022.0.1-sources.jar | 153 KB |
fist-kit-boot-core-2022.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.power4j.fist/fist-kit-boot-core/
implementation 'com.power4j.fist:fist-kit-boot-core:2022.0.1'
// https://jarcasting.com/artifacts/com.power4j.fist/fist-kit-boot-core/
implementation ("com.power4j.fist:fist-kit-boot-core:2022.0.1")
'com.power4j.fist:fist-kit-boot-core:jar:2022.0.1'
<dependency org="com.power4j.fist" name="fist-kit-boot-core" rev="2022.0.1">
<artifact name="fist-kit-boot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.power4j.fist', module='fist-kit-boot-core', version='2022.0.1')
)
libraryDependencies += "com.power4j.fist" % "fist-kit-boot-core" % "2022.0.1"
[com.power4j.fist/fist-kit-boot-core "2022.0.1"]