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