GroupId | GroupIdcom.github.gkutiel |
---|---|
ArtifactId | ArtifactIdflip-mail |
Version | Version1.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
flip-mail-1.1-RELEASE.pom | |
flip-mail-1.1-RELEASE.jar | 3 KB |
flip-mail-1.1-RELEASE-sources.jar | 2 KB |
flip-mail-1.1-RELEASE-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gkutiel/flip-mail/ -->
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>flip-mail</artifactId>
<version>1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-mail/
implementation 'com.github.gkutiel:flip-mail:1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-mail/
implementation ("com.github.gkutiel:flip-mail:1.1-RELEASE")
'com.github.gkutiel:flip-mail:jar:1.1-RELEASE'
<dependency org="com.github.gkutiel" name="flip-mail" rev="1.1-RELEASE">
<artifact name="flip-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='flip-mail', version='1.1-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "flip-mail" % "1.1-RELEASE"
[com.github.gkutiel/flip-mail "1.1-RELEASE"]