| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.bitbucket.javatek | 
    
| ArtifactId | ArtifactIdphone | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionphone 
            This is Phone immutable class 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| phone-1.0.pom | |
| phone-1.0.jar | 5 KB | 
| phone-1.0-sources.jar | 4 KB | 
| phone-1.0-javadoc.jar | 28 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bitbucket.javatek/phone/ -->
<dependency>
    <groupId>org.bitbucket.javatek</groupId>
    <artifactId>phone</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.bitbucket.javatek/phone/
implementation 'org.bitbucket.javatek:phone:1.0'
                // https://jarcasting.com/artifacts/org.bitbucket.javatek/phone/
implementation ("org.bitbucket.javatek:phone:1.0")
                'org.bitbucket.javatek:phone:jar:1.0'
                <dependency org="org.bitbucket.javatek" name="phone" rev="1.0">
  <artifact name="phone" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.bitbucket.javatek', module='phone', version='1.0')
)
                libraryDependencies += "org.bitbucket.javatek" % "phone" % "1.0"
                [org.bitbucket.javatek/phone "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 |