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