| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.maginatics | 
    
| ArtifactId | ArtifactIdjdbclint | 
    
| Last Version | Last Version0.5.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionMaginatics JDBC lint 
            JDBC lint helps Java programmers write correct and efficient code when using the JDBC API. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| jdbclint-0.5.0.pom | |
| jdbclint-0.5.0.jar | 23 KB | 
| jdbclint-0.5.0-sources.jar | 12 KB | 
| jdbclint-0.5.0-javadoc.jar | 55 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.maginatics/jdbclint/ -->
<dependency>
    <groupId>com.maginatics</groupId>
    <artifactId>jdbclint</artifactId>
    <version>0.5.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.maginatics/jdbclint/
implementation 'com.maginatics:jdbclint:0.5.0'
                // https://jarcasting.com/artifacts/com.maginatics/jdbclint/
implementation ("com.maginatics:jdbclint:0.5.0")
                'com.maginatics:jdbclint:jar:0.5.0'
                <dependency org="com.maginatics" name="jdbclint" rev="0.5.0">
  <artifact name="jdbclint" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.maginatics', module='jdbclint', version='0.5.0')
)
                libraryDependencies += "com.maginatics" % "jdbclint" % "0.5.0"
                [com.maginatics/jdbclint "0.5.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| com.h2database : h2 | jar | 1.3.175 |