Download jooq-codegen-3.8.4.jar file

Introduction

You can download jooq-codegen-3.8.4.jar in this page.

License

Apache License, Version 2.0

Type List

jooq-codegen-3.8.4.jar file has the following types.

META-INF/LICENSE.txt
META-INF/MANIFEST.MF
META-INF/README.txt
META-INF/maven/org.jooq/jooq-codegen/pom.properties
META-INF/maven/org.jooq/jooq-codegen/pom.xml
org.jooq.util.AbstractGenerator.class
org.jooq.util.AbstractGeneratorStrategy.class
org.jooq.util.ConstantCatalogVersionProvider.class
org.jooq.util.ConstantSchemaVersionProvider.class
org.jooq.util.DefaultGenerator.class
org.jooq.util.DefaultGeneratorStrategy.class
org.jooq.util.GenerationTool.class
org.jooq.util.GenerationUtil.class
org.jooq.util.Generator.class
org.jooq.util.GeneratorException.class
org.jooq.util.GeneratorStrategy.class
org.jooq.util.GeneratorStrategyWrapper.class
org.jooq.util.GeneratorWriter.class
org.jooq.util.JavaGenerator.class
org.jooq.util.JavaWriter.class
org.jooq.util.KeepNamesGeneratorStrategy.class
org.jooq.util.MatcherStrategy.class
org.jooq.util.SQLCatalogVersionProvider.class
org.jooq.util.SQLSchemaVersionProvider.class
org.jooq.util.ScalaGenerator.class
org.jooq.util.TextWriter.class
org.jooq.util.example.JPrefixGeneratorStrategy.class
org.jooq.util.example.JVMArgsGeneratorStrategy.class

Pom

jooq-codegen-3.8.4.pom file content.

<?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/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.jooq</groupId>
        <artifactId>jooq-parent</artifactId>
        <version>3.8.4</version>
    </parent>

    <groupId>org.jooq</groupId>
    <artifactId>jooq-codegen</artifactId>
    <name>jOOQ Codegen</name>

    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.jooq.org/inc/LICENSE.txt</url>
            <distribution>repo</distribution>
        </license>







    </licenses>

    <dependencies>
        <dependency>
            <groupId>org.jooq</groupId>
            <artifactId>jooq</artifactId>
        </dependency>
        <dependency>
            <groupId>org.jooq</groupId>
            <artifactId>jooq-meta</artifactId>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>integration</artifactId>
            <version>1.6.1</version>
            <type>jar</type>
            <scope>test</scope>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <version>1.6.1</version>
            <type>jar</type>
            <scope>test</scope>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.16</version>
            <scope>test</scope>
            <optional>true</optional>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jooq</groupId>
   <artifactId>jooq-codegen</artifactId>
   <version>3.8.4</version>
</dependency>

Download

If you think the following jooq-codegen-3.8.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jooq-codegen-3.8.4.jar file




PreviousNext

Related