| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.bitbucket.javatek | 
    
| ArtifactId | ArtifactIdexcel | 
    
| Last Version | Last Version0.9 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionexcel 
            This is lib for doing with excel documents 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| excel-0.9.pom | |
| excel-0.9.jar | 11 KB | 
| excel-0.9-sources.jar | 6 KB | 
| excel-0.9-javadoc.jar | 38 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bitbucket.javatek/excel/ -->
<dependency>
    <groupId>org.bitbucket.javatek</groupId>
    <artifactId>excel</artifactId>
    <version>0.9</version>
</dependency>
                // https://jarcasting.com/artifacts/org.bitbucket.javatek/excel/
implementation 'org.bitbucket.javatek:excel:0.9'
                // https://jarcasting.com/artifacts/org.bitbucket.javatek/excel/
implementation ("org.bitbucket.javatek:excel:0.9")
                'org.bitbucket.javatek:excel:jar:0.9'
                <dependency org="org.bitbucket.javatek" name="excel" rev="0.9">
  <artifact name="excel" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.bitbucket.javatek', module='excel', version='0.9')
)
                libraryDependencies += "org.bitbucket.javatek" % "excel" % "0.9"
                [org.bitbucket.javatek/excel "0.9"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.poi : poi | jar | 5.0.0 | 
| org.apache.poi : poi-ooxml | jar | 5.0.0 | 
| org.bitbucket.javatek : email | jar | 1.0 | 
| org.bitbucket.javatek : phone | jar | 1.0 | 
| org.bitbucket.javatek : require | jar | 1.0 | 
| com.google.code.findbugs : jsr305 | jar | 3.0.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| xml-apis : xml-apis | jar | 1.4.01 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 |