| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.bitbucket.javatek | 
    
| ArtifactId | ArtifactIdjdbc | 
    
| Last Version | Last Version0.5 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionjdbc 
            This is collection of classes to working with JDBC 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| jdbc-0.5.pom | |
| jdbc-0.5.jar | 9 KB | 
| jdbc-0.5-sources.jar | 5 KB | 
| jdbc-0.5-javadoc.jar | 41 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bitbucket.javatek/jdbc/ -->
<dependency>
    <groupId>org.bitbucket.javatek</groupId>
    <artifactId>jdbc</artifactId>
    <version>0.5</version>
</dependency>
                // https://jarcasting.com/artifacts/org.bitbucket.javatek/jdbc/
implementation 'org.bitbucket.javatek:jdbc:0.5'
                // https://jarcasting.com/artifacts/org.bitbucket.javatek/jdbc/
implementation ("org.bitbucket.javatek:jdbc:0.5")
                'org.bitbucket.javatek:jdbc:jar:0.5'
                <dependency org="org.bitbucket.javatek" name="jdbc" rev="0.5">
  <artifact name="jdbc" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.bitbucket.javatek', module='jdbc', version='0.5')
)
                libraryDependencies += "org.bitbucket.javatek" % "jdbc" % "0.5"
                [org.bitbucket.javatek/jdbc "0.5"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 | 
| org.bitbucket.javatek : require | jar | 1.0 | 
| com.intellij : annotations | jar | 12.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 |