<dependency> <groupId>com.power4j.fist3</groupId> <artifactId>fist-kit-cloud</artifactId> <version>3.4.0</version> <type>pom</type> </dependency>
implementation 'com.power4j.fist3:fist-kit-cloud:3.4.0'
implementation("com.power4j.fist3:fist-kit-cloud:3.4.0")
libraryDependencies += "com.power4j.fist3" % "fist-kit-cloud" % "3.4.0"
@Grapes( @Grab(group='com.power4j.fist3', module='fist-kit-cloud', version='3.4.0') )
<dependency org="com.power4j.fist3" name="fist-kit-cloud" rev="3.4.0" />
[com.power4j.fist3/fist-kit-cloud "3.4.0"]
'com.power4j.fist3:fist-kit-cloud:jar:3.4.0'
<parent> <groupId>com.power4j.fist3</groupId> <artifactId>fist-kit-build</artifactId> <version>3.4.0</version> </parent>