Skip to content

Commit

Permalink
Notes on Java 7 back-port
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed May 21, 2017
1 parent 1805f96 commit 7e57324
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ SchemaCrawler supports almost any database that has a JDBC driver, but for conve

SchemaCrawler is also a Java API that makes working with database metadata as easy as working with plain old Java objects.

All SchemaCrawler jars are in the [Central Repository](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aus.fatehi%20a%3Aschemacrawler*). They can be used as dependencies in [Gradle](https://gradle.org/) or [Apache Maven](http://maven.apache.org/) projects, or with any other build system that supports the Central Repository. [Pre-packaged Docker images](https://hub.docker.com/r/sualeh/schemacrawler/) are on Docker Hub. [Download releases with tutorials from GitHub.](https://github.com/sualeh/SchemaCrawler/releases)
All SchemaCrawler jars are in the [Central Repository](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aus.fatehi%20a%3Aschemacrawler*). They can be used as dependencies in [Gradle](https://gradle.org/) or [Apache Maven](http://maven.apache.org/) projects, or with any other build system that supports the Central Repository. [Pre-packaged Docker images](https://hub.docker.com/r/sualeh/schemacrawler/) are on Docker Hub. [Download releases with tutorials from GitHub.](https://github.com/sualeh/SchemaCrawler/releases)

An (unsupported) back-port of SchemaCrawler to Java 7 is available at [sualeh/SchemaCrawler-Java7-Backport](https://github.com/sualeh/SchemaCrawler-Java7-Backport).

0 comments on commit 7e57324

Please sign in to comment.