<dependency> <groupId>com.power4j.fist3</groupId> <artifactId>fist-web</artifactId> <version>3.0.0</version> <type>pom</type> </dependency>
implementation 'com.power4j.fist3:fist-web:3.0.0'
implementation("com.power4j.fist3:fist-web:3.0.0")
libraryDependencies += "com.power4j.fist3" % "fist-web" % "3.0.0"
@Grapes( @Grab(group='com.power4j.fist3', module='fist-web', version='3.0.0') )
<dependency org="com.power4j.fist3" name="fist-web" rev="3.0.0" />
[com.power4j.fist3/fist-web "3.0.0"]
'com.power4j.fist3:fist-web:jar:3.0.0'
<parent> <groupId>com.power4j.fist3</groupId> <artifactId>fist-kit-app</artifactId> <version>3.0.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor:3.0.2
provided
|-- org.projectlombok:lombok:1.18.24