GroupId | GroupIdcom.feingto.cloud |
---|---|
ArtifactId | ArtifactIdfeingto-kit |
Version | Version2.5.2.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
feingto-kit-2.5.2.RELEASE.pom | |
feingto-kit-2.5.2.RELEASE.jar | 114 KB |
feingto-kit-2.5.2.RELEASE-sources.jar | 58 KB |
feingto-kit-2.5.2.RELEASE-javadoc.jar | 287 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.feingto.cloud/feingto-kit/ -->
<dependency>
<groupId>com.feingto.cloud</groupId>
<artifactId>feingto-kit</artifactId>
<version>2.5.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.feingto.cloud/feingto-kit/
implementation 'com.feingto.cloud:feingto-kit:2.5.2.RELEASE'
// https://jarcasting.com/artifacts/com.feingto.cloud/feingto-kit/
implementation ("com.feingto.cloud:feingto-kit:2.5.2.RELEASE")
'com.feingto.cloud:feingto-kit:jar:2.5.2.RELEASE'
<dependency org="com.feingto.cloud" name="feingto-kit" rev="2.5.2.RELEASE">
<artifact name="feingto-kit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feingto.cloud', module='feingto-kit', version='2.5.2.RELEASE')
)
libraryDependencies += "com.feingto.cloud" % "feingto-kit" % "2.5.2.RELEASE"
[com.feingto.cloud/feingto-kit "2.5.2.RELEASE"]