GroupId | GroupIdcom.pojosontheweb |
---|---|
ArtifactId | ArtifactIdwoko-mail |
Version | Version2.1-beta2 |
Type | Typejar |
Filename | Size |
---|---|
woko-mail-2.1-beta2.pom | |
woko-mail-2.1-beta2.jar | 3 KB |
woko-mail-2.1-beta2-sources.jar | 1 KB |
woko-mail-2.1-beta2-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/woko-mail/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>woko-mail</artifactId>
<version>2.1-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-mail/
implementation 'com.pojosontheweb:woko-mail:2.1-beta2'
// https://jarcasting.com/artifacts/com.pojosontheweb/woko-mail/
implementation ("com.pojosontheweb:woko-mail:2.1-beta2")
'com.pojosontheweb:woko-mail:jar:2.1-beta2'
<dependency org="com.pojosontheweb" name="woko-mail" rev="2.1-beta2">
<artifact name="woko-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='woko-mail', version='2.1-beta2')
)
libraryDependencies += "com.pojosontheweb" % "woko-mail" % "2.1-beta2"
[com.pojosontheweb/woko-mail "2.1-beta2"]