Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.respiro |
ArtifactId | ArtifactIdrespiro-mail-plugin |
Version | Version2.4 |
Type | Typejar |
Filename | Size |
---|---|
respiro-mail-plugin-2.4.pom | |
respiro-mail-plugin-2.4.jar | 10 KB |
respiro-mail-plugin-2.4-sources.jar | 6 KB |
respiro-mail-plugin-2.4-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.respiro/respiro-mail-plugin/ -->
<dependency>
<groupId>org.kantega.respiro</groupId>
<artifactId>respiro-mail-plugin</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-mail-plugin/
implementation 'org.kantega.respiro:respiro-mail-plugin:2.4'
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-mail-plugin/
implementation ("org.kantega.respiro:respiro-mail-plugin:2.4")
'org.kantega.respiro:respiro-mail-plugin:jar:2.4'
<dependency org="org.kantega.respiro" name="respiro-mail-plugin" rev="2.4">
<artifact name="respiro-mail-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.respiro', module='respiro-mail-plugin', version='2.4')
)
libraryDependencies += "org.kantega.respiro" % "respiro-mail-plugin" % "2.4"
[org.kantega.respiro/respiro-mail-plugin "2.4"]