jar

com.btmatthews.maven.plugins.inmemdb : inmemdb-maven-plugin

Maven & Gradle

May 19, 2014
15 stars

In-Memory Database Plugin · A Maven 3 plugin that can be used to launch an in-memory database for use in integration tests. The plugin supports the Apache Derby, HSQLDB and H2 SQL databases.

Table Of Contents

Latest Version

Download com.btmatthews.maven.plugins.inmemdb : inmemdb-maven-plugin JAR file - Latest Versions:

All Versions

Download com.btmatthews.maven.plugins.inmemdb : inmemdb-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

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 inmemdb-maven-plugin-1.4.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.btmatthews.maven.plugins.inmemdb.db

├─ com.btmatthews.maven.plugins.inmemdb.db.AbstractDatabase.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.db.AbstractSQLDatabase.class - [JAR]

com.btmatthews.maven.plugins.inmemdb.ldr

├─ com.btmatthews.maven.plugins.inmemdb.ldr.AbstractLoader.class - [JAR]

com.btmatthews.maven.plugins.inmemdb.mojo

├─ com.btmatthews.maven.plugins.inmemdb.mojo.AbstractSource.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.mojo.DataSet.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.mojo.RunMojo.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.mojo.Script.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.mojo.StopMojo.class - [JAR]

com.btmatthews.maven.plugins.inmemdb.db.hsqldb

├─ com.btmatthews.maven.plugins.inmemdb.db.hsqldb.HSQLDBDatabase.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.db.hsqldb.HSQLDBDatabaseFactory.class - [JAR]

com.btmatthews.maven.plugins.inmemdb.ldr.dbunit

├─ com.btmatthews.maven.plugins.inmemdb.ldr.dbunit.AbstractDBUnitLoader.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.ldr.dbunit.DBUnitCSVLoader.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.ldr.dbunit.DBUnitFlatXMLLoader.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.ldr.dbunit.DBUnitXLSLoader.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.ldr.dbunit.DBUnitXMLLoader.class - [JAR]

com.btmatthews.maven.plugins.inmemdb.ldr.sqltool

├─ com.btmatthews.maven.plugins.inmemdb.ldr.sqltool.SQLLoader.class - [JAR]

com.btmatthews.maven.plugins.inmemdb.db.derby

├─ com.btmatthews.maven.plugins.inmemdb.db.derby.DerbyDatabase.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.db.derby.DerbyDatabaseFactory.class - [JAR]

com.btmatthews.maven.plugins.inmemdb

├─ com.btmatthews.maven.plugins.inmemdb.Database.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.Loader.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.MessageUtil.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.SQLDatabase.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.Source.class - [JAR]

com.btmatthews.maven.plugins.inmemdb.db.h2

├─ com.btmatthews.maven.plugins.inmemdb.db.h2.H2Database.class - [JAR]

├─ com.btmatthews.maven.plugins.inmemdb.db.h2.H2DatabaseFactory.class - [JAR]

Advertisement