GroupId | GroupIdcom.github.venkatramanm.swf-all |
---|---|
ArtifactId | ArtifactIdswf-plugin-mail |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
swf-plugin-mail-2.0.pom | |
swf-plugin-mail-2.0.jar | 7 KB |
swf-plugin-mail-2.0-sources.jar | 4 KB |
swf-plugin-mail-2.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-mail/ -->
<dependency>
<groupId>com.github.venkatramanm.swf-all</groupId>
<artifactId>swf-plugin-mail</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-mail/
implementation 'com.github.venkatramanm.swf-all:swf-plugin-mail:2.0'
// https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-mail/
implementation ("com.github.venkatramanm.swf-all:swf-plugin-mail:2.0")
'com.github.venkatramanm.swf-all:swf-plugin-mail:jar:2.0'
<dependency org="com.github.venkatramanm.swf-all" name="swf-plugin-mail" rev="2.0">
<artifact name="swf-plugin-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.venkatramanm.swf-all', module='swf-plugin-mail', version='2.0')
)
libraryDependencies += "com.github.venkatramanm.swf-all" % "swf-plugin-mail" % "2.0"
[com.github.venkatramanm.swf-all/swf-plugin-mail "2.0"]