jar

de.funfried.maven.plugins : zonky-maven-plugin

Maven & Gradle

Apr 12, 2024
2 stars

Zonky Maven Plugin · This plugin helps you to start and stop an embedded postgres database during your build process, e.g. if you would like to try your database migration scripts (Liquibase or Flyway) against an production near database system.

Table Of Contents

Latest Version

Download de.funfried.maven.plugins : zonky-maven-plugin JAR file - Latest Versions:

All Versions

Download de.funfried.maven.plugins : zonky-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window zonky-maven-plugin-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.funfried.maven.plugin.zonky

├─ de.funfried.maven.plugin.zonky.StartEmbeddedPostgresMojo.class - [JAR]

├─ de.funfried.maven.plugin.zonky.StopEmbeddedPostgresMojo.class - [JAR]

de.funfried.maven.plugin.zonky.utils

├─ de.funfried.maven.plugin.zonky.utils.AlreadyStartedPolicy.class - [JAR]

├─ de.funfried.maven.plugin.zonky.utils.ZonkyUtil.class - [JAR]

de.funfried.maven.plugins.zonky_maven_plugin

├─ de.funfried.maven.plugins.zonky_maven_plugin.HelpMojo.class - [JAR]

Advertisement