<dependency>
<groupId>com.nablarch.integration</groupId>
<artifactId>nablarch-mail-sender-thymeleaf-adaptor</artifactId>
<version>1.0.0</version>
</dependency>
implementation 'com.nablarch.integration:nablarch-mail-sender-thymeleaf-adaptor:1.0.0'
implementation("com.nablarch.integration:nablarch-mail-sender-thymeleaf-adaptor:1.0.0")
libraryDependencies += "com.nablarch.integration" % "nablarch-mail-sender-thymeleaf-adaptor" % "1.0.0"
@Grapes(
@Grab(group='com.nablarch.integration', module='nablarch-mail-sender-thymeleaf-adaptor', version='1.0.0')
)
<dependency org="com.nablarch.integration" name="nablarch-mail-sender-thymeleaf-adaptor" rev="1.0.0" />