Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdorg.codehaus.groovy |
ArtifactId | ArtifactIdgroovy-sql |
Version | Version2.5.0-rc-1 |
Type | Typejar |
Filename | Size |
---|---|
groovy-sql-2.5.0-rc-1.pom | |
groovy-sql-2.5.0-rc-1.jar | 80 KB |
groovy-sql-2.5.0-rc-1-sources.jar | 57 KB |
groovy-sql-2.5.0-rc-1-javadoc.jar | 124 KB |
groovy-sql-2.5.0-rc-1-indy.jar | 76 KB |
groovy-sql-2.5.0-rc-1-groovydoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-sql/ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-sql</artifactId>
<version>2.5.0-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-sql/
implementation 'org.codehaus.groovy:groovy-sql:2.5.0-rc-1'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-sql/
implementation ("org.codehaus.groovy:groovy-sql:2.5.0-rc-1")
'org.codehaus.groovy:groovy-sql:jar:2.5.0-rc-1'
<dependency org="org.codehaus.groovy" name="groovy-sql" rev="2.5.0-rc-1">
<artifact name="groovy-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-sql', version='2.5.0-rc-1')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-sql" % "2.5.0-rc-1"
[org.codehaus.groovy/groovy-sql "2.5.0-rc-1"]