You can download sqlline-1.1.9.jar in this page.
Modified BSD License
sqlline-1.1.9.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/sqlline/sqlline/pom.properties META-INF/maven/sqlline/sqlline/pom.xml sqlline.AbstractCommandHandler.class sqlline.AbstractOutputFormat.class sqlline.BufferedRows.class sqlline.ClassNameCompleter.class sqlline.ColorBuffer.class sqlline.CommandHandler.class sqlline.Commands.class sqlline.DatabaseConnection.class sqlline.DatabaseConnections.class sqlline.DispatchCallback.class sqlline.DriverInfo.class sqlline.IncrementalRows.class sqlline.OutputFile.class sqlline.OutputFormat.class sqlline.Quoting.class sqlline.ReflectiveCommandHandler.class sqlline.Reflector.class sqlline.Rows.class sqlline.SeparatedValuesOutputFormat.class sqlline.SqlCompleter.class sqlline.SqlLine.class sqlline.SqlLineCommandCompleter.class sqlline.SqlLineCompleter.class sqlline.SqlLineOpts.class sqlline.SqlLineSignalHandler.class sqlline.SunSignalHandler.class sqlline.TableNameCompleter.class sqlline.TableOutputFormat.class sqlline.VerticalOutputFormat.class sqlline.XmlAttributeOutputFormat.class sqlline.XmlElementOutputFormat.class sqlline.drivers.centura.java.sqlbase.SqlbaseDriver.properties sqlline/SqlLine.properties sqlline/drivers.list sqlline/drivers/COM.FirstSQL.Dbcp.DbcpDriver.properties sqlline/drivers/COM.cloudscape.core.JDBCDriver.properties sqlline/drivers/COM.cloudscape.core.RmiJdbcDriver.properties sqlline/drivers/COM.ibm.db2.jdbc.app.DB2Driver.properties sqlline/drivers/COM.ibm.db2.jdbc.net.DB2Driver.properties sqlline/drivers/com.ddtek.jdbc.db2.DB2Driver.properties sqlline/drivers/com.ddtek.jdbc.informix.InformixDriver.properties sqlline/drivers/com.ddtek.jdbc.oracle.OracleDriver.properties sqlline/drivers/com.ddtek.jdbc.sqlserver.SQLServerDriver.properties sqlline/drivers/com.ddtek.jdbc.sybase.SybaseDriver.properties sqlline/drivers/com.ibm.as400.access.AS400JDBCDriver.properties sqlline/drivers/com.ibm.db2.jcc.DB2Driver.properties sqlline/drivers/com.imaginary.sql.msql.MsqlDriver.properties sqlline/drivers/com.inet.tds.TdsDriver.properties sqlline/drivers/com.informix.jdbc.IfxDriver.properties sqlline/drivers/com.internetcds.jdbc.tds.Driver.properties sqlline/drivers/com.internetcds.jdbc.tds.SybaseDriver.properties sqlline/drivers/com.jnetdirect.jsql.JSQLDriver.properties sqlline/drivers/com.lucidera.jdbc.LucidDbRmiDriver.properties sqlline/drivers/com.mckoi.JDBCDriver.properties sqlline/drivers/com.merant.datadirect.jdbc.db2.DB2Driver.properties sqlline/drivers/com.merant.datadirect.jdbc.informix.InformixDriver.properties sqlline/drivers/com.merant.datadirect.jdbc.oracle.OracleDriver.properties sqlline/drivers/com.merant.datadirect.jdbc.sqlserver.SQLServerDriver.properties sqlline/drivers/com.merant.datadirect.jdbc.sybase.SybaseDriver.properties sqlline/drivers/com.microsoft.jdbc.sqlserver.SQLServerDriver.properties sqlline/drivers/com.mysql.jdbc.DatabaseMetaData.properties sqlline/drivers/com.mysql.jdbc.Driver.properties sqlline/drivers/com.mysql.jdbc.NonRegisteringDriver.properties sqlline/drivers/com.pointbase.jdbc.jdbcDriver.properties sqlline/drivers/com.pointbase.jdbc.jdbcEmbeddedDriver.properties sqlline/drivers/com.pointbase.jdbc.jdbcUniversalDriver.properties sqlline/drivers/com.sap.dbtech.jdbc.DriverSapDB.properties sqlline/drivers/com.sybase.jdbc.SybDriver.properties sqlline/drivers/com.sybase.jdbc2.jdbc.SybDriver.properties sqlline/drivers/com.thinweb.tds.Driver.properties sqlline/drivers/in.co.daffodil.db.jdbc.DaffodilDBDriver.properties sqlline/drivers/interbase.interclient.Driver.properties sqlline/drivers/intersolv.jdbc.sequelink.SequeLinkDriver.properties sqlline/drivers/net.sourceforge.jtds.jdbc.Driver.properties sqlline/drivers/openlink.jdbc2.Driver.properties sqlline/drivers/oracle.jdbc.OracleDriver.properties sqlline/drivers/oracle.jdbc.driver.OracleDriver.properties sqlline/drivers/oracle.jdbc.pool.OracleDataSource.properties sqlline/drivers/org.axiondb.jdbc.AxionDriver.properties sqlline/drivers/org.enhydra.instantdb.jdbc.idbDriver.properties sqlline/drivers/org.gjt.mm.mysql.Driver.properties sqlline/drivers/org.hsql.jdbcDriver.properties sqlline/drivers/org.hsqldb.jdbcDriver.properties sqlline/drivers/org.postgresql.Driver.properties sqlline/drivers/org.sourceforge.jxdbcon.JXDBConDriver.properties sqlline/drivers/postgres95.PGDriver.properties sqlline/drivers/postgresql.Driver.properties sqlline/drivers/solid.jdbc.SolidDriver.properties sqlline/drivers/sun.jdbc.odbc.JdbcOdbcDriver.properties sqlline/drivers/weblogic.jdbc.mssqlserver4.Driver.properties sqlline/drivers/weblogic.jdbc.pool.Driver.properties sqlline/sql-keywords.properties
sqlline-1.1.9.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.hydromatic</groupId> <artifactId>parent</artifactId> <version>0.1</version> </parent> <groupId>sqlline</groupId> <artifactId>sqlline</artifactId> <packaging>jar</packaging> <version>1.1.9</version> <name>sqlline</name> <url>http://github.com/julianhyde/sqlline</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <top.dir>${project.basedir}</top.dir> </properties> <licenses> <license> <name>Modified BSD License</name> <url>http://opensource.org/licenses/BSD-3-Clause</url> <distribution>repo</distribution> </license> </licenses> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <site> <id>sqlline.website</id> <name>Sqlline Website</name> <url>file:/home/jhyde/web2/sqlline</url> </site> </distributionManagement> <issueManagement> <system>github</system> <url>https://github.com/julianhyde/sqlline/issues</url> </issueManagement> <scm> <connection>scm:git:git://github.com/julianhyde/sqlline.git</connection> <developerConnection>scm:git:git@github.com:julianhyde/sqlline.git</developerConnection> <url>http://github.com/julianhyde/sqlline/tree/master</url> <tag>sqlline-1.1.9</tag> </scm> <mailingLists> <mailingList> <name>sqlline-dev</name> <archive>http://groups.google.com/group/sqlline-dev/topics</archive> <subscribe>http://groups.google.com/group/sqlline-dev/subscribe</subscribe> <unsubscribe>http://groups.google.com/group/sqlline-dev/subscribe</unsubscribe> <post>http://groups.google.com/group/sqlline-dev/post</post> </mailingList> </mailingLists> <prerequisites> <maven>3.2.1</maven><!-- prerequisite of some plugins --> </prerequisites> <repositories /> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <executions> <execution> <id>validate</id> <phase>validate</phase> <configuration> <configLocation>${top.dir}/src/main/config/checkstyle/checker.xml</configLocation> <suppressionsLocation>${top.dir}/src/main/config/checkstyle/suppressions.xml</suppressionsLocation> <consoleOutput>true</consoleOutput> <headerLocation>${top.dir}/src/main/config/checkstyle/header.txt</headerLocation> <failOnViolation>true</failOnViolation> <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <stylesheetfile>${basedir}/doc/styles.css</stylesheetfile> <show>public</show> </configuration> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine> </configuration> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <archive> <manifest> <mainClass>sqlline.SqlLine</mainClass> </manifest> </archive> <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> </descriptorRefs> </configuration> <executions> <execution> <id>make-assembly</id> <phase>package</phase> <goals> <goal>single</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>jline</groupId> <artifactId>jline</artifactId> <version>2.10</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>net.hydromatic</groupId> <artifactId>foodmart-data-hsqldb</artifactId> <version>0.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>2.3.1</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>sqlline</groupId> <artifactId>sqlline</artifactId> <version>1.1.9</version> </dependency>
If you think the following sqlline-1.1.9.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download sqlline-1.1.9.jar file