<dependency>
<groupId>com.figtreelake</groupId>
<artifactId>cor-bean-processor-spring-boot-autoconfiguration</artifactId>
<version>0.0.4</version>
</dependency>
implementation group: 'com.figtreelake', name: 'cor-bean-processor-spring-boot-autoconfiguration', version: '0.0.4'
implementation 'com.figtreelake:cor-bean-processor-spring-boot-autoconfiguration:0.0.4'
implementation("com.figtreelake:cor-bean-processor-spring-boot-autoconfiguration:0.0.4")
libraryDependencies += "com.figtreelake" % "cor-bean-processor-spring-boot-autoconfiguration" % "0.0.4"
<dependency org="com.figtreelake" name="cor-bean-processor-spring-boot-autoconfiguration" rev="0.0.4"/>
@Grapes(
@Grab(group='com.figtreelake', module='cor-bean-processor-spring-boot-autoconfiguration', version='0.0.4')
)
[com.figtreelake/cor-bean-processor-spring-boot-autoconfiguration "0.0.4"]
'com.figtreelake:cor-bean-processor-spring-boot-autoconfiguration:jar:0.0.4'