Skip to content

com.planetscale.planetscale-catalog 1.0-SNAPSHOT

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.planetscale</groupId>
  <artifactId>planetscale-catalog</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

Planetscale Version Catalog

This directory provides a Gradle publishable Version Catalog for the Planetscale libraries provided by the
other subprojects. Version mappings are provided for Planetscale and MySQL. Consult the table below for available
libraries.

Usage

// settings.gradle.kts
dependencyResolutionManagement {
    versionCatalogs {
        create("planetscale") {
            from("com.planetscale:planetscale-catalog:(version)")
        }
    }
}

// build.gradle.kts
dependencies {
    implementation(planetscale.driver)
    // etc...
}

Libraries

See below for libraries provided by the catalog; no plugins are provided at this time.

Symbol Coordinates Description
driver com.planetscale:planetscale-driver Main JDBC driver meta-library.
mysql com.planetscale:planetscale-mysql MySQL JDBC driver.
integration.graalvm com.planetscale:planetscale-graalvm GraalVM integration library.
integration.kotlin com.planetscale:planetscale-kotlin Kotlin integration library.
integration.micronaut com.planetscale:planetscale-micronaut Micronaut integration library.

Details

Assets


Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0


Recent versions

View all