| GroupId | GroupIdcommons-sql |
|---|---|
| ArtifactId | ArtifactIdcommons-sql |
| Last Version | Last Version20040118.000852 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| commons-sql-20040118.000852.pom | |
| commons-sql-20040118.000852.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/commons-sql/commons-sql/ -->
<dependency>
<groupId>commons-sql</groupId>
<artifactId>commons-sql</artifactId>
<version>20040118.000852</version>
</dependency>
// https://jarcasting.com/artifacts/commons-sql/commons-sql/
implementation 'commons-sql:commons-sql:20040118.000852'
// https://jarcasting.com/artifacts/commons-sql/commons-sql/
implementation ("commons-sql:commons-sql:20040118.000852")
'commons-sql:commons-sql:jar:20040118.000852'
<dependency org="commons-sql" name="commons-sql" rev="20040118.000852">
<artifact name="commons-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-sql', module='commons-sql', version='20040118.000852')
)
libraryDependencies += "commons-sql" % "commons-sql" % "20040118.000852"
[commons-sql "20040118.000852"]