| License | License | 
|---|---|
| Categories | CategoriesGroovy Languages | 
| GroupId | GroupIdorg.codehaus.groovy | 
| ArtifactId | ArtifactIdgroovy-sql | 
| Last Version | Last Version3.0.11 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache Groovy Groovy: A powerful, dynamic language for the JVM | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| groovy-sql-3.0.11.pom | |
| groovy-sql-3.0.11.jar | 65 KB | 
| groovy-sql-3.0.11-sources.jar | 48 KB | 
| groovy-sql-3.0.11-javadoc.jar | 131 KB | 
| groovy-sql-3.0.11-indy.jar | 68 KB | 
| groovy-sql-3.0.11-groovydoc.jar | 106 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-sql/ -->
<dependency>
    <groupId>org.codehaus.groovy</groupId>
    <artifactId>groovy-sql</artifactId>
    <version>3.0.11</version>
</dependency>// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-sql/
implementation 'org.codehaus.groovy:groovy-sql:3.0.11'// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-sql/
implementation ("org.codehaus.groovy:groovy-sql:3.0.11")'org.codehaus.groovy:groovy-sql:jar:3.0.11'<dependency org="org.codehaus.groovy" name="groovy-sql" rev="3.0.11">
  <artifact name="groovy-sql" type="jar" />
</dependency>@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-sql', version='3.0.11')
)libraryDependencies += "org.codehaus.groovy" % "groovy-sql" % "3.0.11"[org.codehaus.groovy/groovy-sql "3.0.11"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.codehaus.groovy : groovy | jar | 3.0.11 | 
