| License |
License |
|---|---|
| GroupId | GroupIdorg.bitbucket.javatek |
| ArtifactId | ArtifactIdemail |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionemail
This is Email immutable class with email string validation
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| email-1.0.pom | |
| email-1.0.jar | 4 KB |
| email-1.0-sources.jar | 4 KB |
| email-1.0-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.javatek/email/ -->
<dependency>
<groupId>org.bitbucket.javatek</groupId>
<artifactId>email</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.javatek/email/
implementation 'org.bitbucket.javatek:email:1.0'
// https://jarcasting.com/artifacts/org.bitbucket.javatek/email/
implementation ("org.bitbucket.javatek:email:1.0")
'org.bitbucket.javatek:email:jar:1.0'
<dependency org="org.bitbucket.javatek" name="email" rev="1.0">
<artifact name="email" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.javatek', module='email', version='1.0')
)
libraryDependencies += "org.bitbucket.javatek" % "email" % "1.0"
[org.bitbucket.javatek/email "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| org.bitbucket.javatek : require | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |