| 组织ID: |
org.bitbucket.bradleysmithllc.etlunit |
| 项目ID: |
etlunit-file |
| 版本: |
3.2.5 |
| 最后修改时间: |
2019-10-24 07:30:38 |
| 包类型: |
jar |
| 标题: |
etlunit-file |
| 大小: |
79.40KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.bitbucket.bradleysmithllc.etlunit</groupId>
<artifactId>etlunit-file</artifactId>
<version>3.2.5</version>
</dependency>
|
| Gradle引入代码: |
org.bitbucket.bradleysmithllc.etlunit:etlunit-file:3.2.5
|
| 下载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>
<parent>
<relativePath>../parent/pom.xml</relativePath>
<groupId>org.bitbucket.bradleysmithllc.etlunit</groupId>
<artifactId>parent</artifactId>
<version>3.2.5</version>
</parent>
<artifactId>etlunit-file</artifactId>
<packaging>jar</packaging>
<name>etlunit-file</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<profiles>
<profile>
<id>sonar</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<sonar.host.url>http://build04:9000</sonar.host.url>
<sonar.jdbc.url>jdbc:postgresql://localhost/sonar</sonar.jdbc.url>
<sonar.jdbc.driver>org.postgresql.Driver</sonar.jdbc.driver>
<sonar.jdbc.username>sonar</sonar.jdbc.username>
<sonar.jdbc.password>sonar</sonar.jdbc.password>
</properties>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>etlunit-core</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>etlunit-core-integration-test</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>etlunit-assertion</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<artifactId>etlunit-feature-compiler</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<id>generate-sources</id>
<phase>generate-sources</phase>
<goals>
<goal>generate-gson-proxies</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/org.bitbucket.bradleysmithllc.etlunit.feature.Feature
META-INF/services/org.bitbucket.bradleysmithllc.module_signer_mojo.IMavenProject
META-INF/version/etlunit.module.properties
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileAssertExtender$1.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileAssertExtender.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileConstants.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileFeatureModule$1.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileFeatureModule$RequestHandler.class
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.assert.prototype
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.assert.usage
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.assert.validator.jsonSchema
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileFeatureModule.class
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.configuration.validator.jsonSchema
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.extract.prototype
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.extract.usage
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.extract.validator.jsonSchema
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.meta
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.operations
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.options
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.reference-file-types.validator.jsonSchema
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.stage.prototype
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.stage.usage
org/bitbucket/bradleysmithllc/etlunit/feature/file/FileFeatureModule.stage.validator.jsonSchema
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileProducer.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileRuntimeSupport$DataFileSchemaQueryResult.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileRuntimeSupport$DataSetAssertionRequest$assertMode.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileRuntimeSupport$DataSetAssertionRequest$columnListMode.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileRuntimeSupport$DataSetAssertionRequest.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileRuntimeSupport$fmlSearchType.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileRuntimeSupport$schemaType.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileRuntimeSupport.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileRuntimeSupportImpl$1.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileRuntimeSupportImpl$2.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileRuntimeSupportImpl$3.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileRuntimeSupportImpl$QueryRes.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileRuntimeSupportImpl$queryResult.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.FileRuntimeSupportImpl.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.json.Classifiers.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.json.ClassifiersProperty.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.json.file._assert.AssertHandler.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.json.file._assert.AssertRequest$AssertionMode.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.json.file._assert.AssertRequest$ColumnListMode.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.json.file._assert.AssertRequest.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.json.file._assert.Classifiers.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.json.file._assert.ClassifiersProperty.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.json.file._assert.ReferenceFileTypes.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.json.file._assert.ReferenceFileTypesProperty.class
org.bitbucket.bradleysmithllc.etlunit.feature.file.json.file.extract.ExtractHandler.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
etlunit-core-${project.version}.jar
/${project.groupId}/etlunit-core/${project.version}
查看etlunit-core所有版本文件
etlunit-core-integration-test-${project.version}.jar
/${project.groupId}/etlunit-core-integration-test/${project.version}
查看etlunit-core-integration-test所有版本文件
etlunit-assertion-${project.version}.jar
/${project.groupId}/etlunit-assertion/${project.version}
查看etlunit-assertion所有版本文件
|