| 组织ID: |
io.ebean |
| 项目ID: |
ebean-dbmigration |
| 版本: |
10.1.10 |
| 最后修改时间: |
2018-08-16 10:07:52 |
| 包类型: |
jar |
| 大小: |
36.87KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-dbmigration</artifactId>
<version>10.1.10</version>
</dependency>
|
| Gradle引入代码: |
io.ebean:ebean-dbmigration:10.1.10
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>io.ebean</groupId>
<artifactId>ebean-dbmigration</artifactId>
<version>10.1.10</version>
<parent>
<groupId>org.avaje</groupId>
<artifactId>java8-parent</artifactId>
<version>1.3</version>
</parent>
<scm>
<developerConnection>scm:git:git@github.com:ebean-orm/ebean-dbmigration.git</developerConnection>
<tag>ebean-dbmigration-10.1.10</tag>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.avaje</groupId>
<artifactId>avaje-classpath-scanner-api</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.avaje</groupId>
<artifactId>avaje-classpath-scanner</artifactId>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.193</version>
</dependency>
<dependency>
<groupId>org.avaje.composite</groupId>
<artifactId>composite-testing</artifactId>
<version>3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.avaje</groupId>
<artifactId>avaje-datasource</artifactId>
<version>1.1.4</version>
<scope>test</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>microsoft</groupId>-->
<!--<artifactId>sqlserver-jdbc</artifactId>-->
<!--<version>6.0</version>-->
<!--<scope>test</scope>-->
<!--</dependency>-->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4-1202-jdbc41</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/io.ebean/ebean-dbmigration/dependency.tree
META-INF/maven/io.ebean/ebean-dbmigration/dependency.list
io.ebean.dbmigration.DbPlatformNames.class
io.ebean.dbmigration.ddl.DdlParser$StatementsSeparator.class
io.ebean.dbmigration.ddl.DdlRunnerException.class
io.ebean.dbmigration.ddl.DdlRunner.class
io.ebean.dbmigration.ddl.DdlParser.class
io.ebean.dbmigration.util.IOUtils.class
io.ebean.dbmigration.util.JdbcClose.class
io.ebean.dbmigration.MigrationRunner.class
io.ebean.dbmigration.DbNameUtil.class
io.ebean.dbmigration.runner.LocalMigrationResource.class
io.ebean.dbmigration.runner.MigrationSchema.class
io.ebean.dbmigration.runner.LocalMigrationResources$Match.class
io.ebean.dbmigration.runner.MigrationScriptRunner.class
io.ebean.dbmigration.runner.ScriptTransform.class
io.ebean.dbmigration.runner.Checksum.class
io.ebean.dbmigration.runner.PlaceholderBuilder.class
io.ebean.dbmigration.runner.LocalMigrationResources.class
io.ebean.dbmigration.runner.MigrationTable.class
io.ebean.dbmigration.runner.MigrationMetaRow.class
io.ebean.dbmigration.MigrationVersion.class
io.ebean.dbmigration.MigrationConfig.class
io.ebean.dbmigration.MigrationException.class
migration-support/default-create-table.sql
migration-support/sqlserver-create-table.sql
META-INF/maven/io.ebean/ebean-dbmigration/pom.xml
META-INF/maven/io.ebean/ebean-dbmigration/pom.properties
|
| 依赖Jar: |
slf4j-api-1.7.21.jar
/org.slf4j/slf4j-api/1.7.21
查看slf4j-api所有版本文件
avaje-classpath-scanner-api-2.2.jar
/org.avaje/avaje-classpath-scanner-api/2.2
查看avaje-classpath-scanner-api所有版本文件
avaje-classpath-scanner-2.2.2.jar
/org.avaje/avaje-classpath-scanner/2.2.2
查看avaje-classpath-scanner所有版本文件
h2-1.4.193.jar
/com.h2database/h2/1.4.193
查看h2所有版本文件
composite-testing-3.1.jar
/org.avaje.composite/composite-testing/3.1
查看composite-testing所有版本文件
avaje-datasource-1.1.4.jar
/org.avaje/avaje-datasource/1.1.4
查看avaje-datasource所有版本文件
sqlserver-jdbc-6.0.jar
/microsoft/sqlserver-jdbc/6.0
查看sqlserver-jdbc所有版本文件
postgresql-9.4-1202-jdbc41.jar
/org.postgresql/postgresql/9.4-1202-jdbc41
查看postgresql所有版本文件
|