GroupId | GroupIdcom.github.bbottema |
---|---|
ArtifactId | ArtifactIdemailaddress-rfc2822 |
Version | Version2.1.4 |
Type | Typejar |
Filename | Size |
---|---|
emailaddress-rfc2822-2.1.4.pom | |
emailaddress-rfc2822-2.1.4.jar | 18 KB |
emailaddress-rfc2822-2.1.4-sources.jar | 28 KB |
emailaddress-rfc2822-2.1.4-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bbottema/emailaddress-rfc2822/ -->
<dependency>
<groupId>com.github.bbottema</groupId>
<artifactId>emailaddress-rfc2822</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bbottema/emailaddress-rfc2822/
implementation 'com.github.bbottema:emailaddress-rfc2822:2.1.4'
// https://jarcasting.com/artifacts/com.github.bbottema/emailaddress-rfc2822/
implementation ("com.github.bbottema:emailaddress-rfc2822:2.1.4")
'com.github.bbottema:emailaddress-rfc2822:jar:2.1.4'
<dependency org="com.github.bbottema" name="emailaddress-rfc2822" rev="2.1.4">
<artifact name="emailaddress-rfc2822" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bbottema', module='emailaddress-rfc2822', version='2.1.4')
)
libraryDependencies += "com.github.bbottema" % "emailaddress-rfc2822" % "2.1.4"
[com.github.bbottema/emailaddress-rfc2822 "2.1.4"]