is not current version
Last Version 4.0.3

org.apache.groovy:groovy-sql 4.0.0-alpha-1

Groovy: A powerful multi-faceted language for the JVM

Categories

Categories

Groovy Languages
GroupId

GroupId

org.apache.groovy
ArtifactId

ArtifactId

groovy-sql
Version

Version

4.0.0-alpha-1
Type

Type

jar

Download groovy-sql 4.0.0-alpha-1


<!-- https://jarcasting.com/artifacts/org.apache.groovy/groovy-sql/ -->
<dependency>
    <groupId>org.apache.groovy</groupId>
    <artifactId>groovy-sql</artifactId>
    <version>4.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.groovy/groovy-sql/
implementation 'org.apache.groovy:groovy-sql:4.0.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.groovy/groovy-sql/
implementation ("org.apache.groovy:groovy-sql:4.0.0-alpha-1")
'org.apache.groovy:groovy-sql:jar:4.0.0-alpha-1'
<dependency org="org.apache.groovy" name="groovy-sql" rev="4.0.0-alpha-1">
  <artifact name="groovy-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.groovy', module='groovy-sql', version='4.0.0-alpha-1')
)
libraryDependencies += "org.apache.groovy" % "groovy-sql" % "4.0.0-alpha-1"
[org.apache.groovy/groovy-sql "4.0.0-alpha-1"]