<dependency> <groupId>de.ihrigb.fwla</groupId> <artifactId>mail-handler</artifactId> <version>0.0.1</version> </dependency>
implementation 'de.ihrigb.fwla:mail-handler:0.0.1'
implementation("de.ihrigb.fwla:mail-handler:0.0.1")
libraryDependencies += "de.ihrigb.fwla" % "mail-handler" % "0.0.1"
@Grapes( @Grab(group='de.ihrigb.fwla', module='mail-handler', version='0.0.1') )
<dependency org="de.ihrigb.fwla" name="mail-handler" rev="0.0.1" />
[de.ihrigb.fwla/mail-handler "0.0.1"]
'de.ihrigb.fwla:mail-handler:jar:0.0.1'
<parent> <groupId>de.ihrigb.fwla</groupId> <artifactId>parent</artifactId> <version>0.0.1</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-mail
|-- org.springframework.integration:spring-integration-mail
|-- org.projectlombok:lombok
test
|-- org.springframework.boot:spring-boot-starter-test