You can download vertx-codegen-3.0.0.jar in this page.
Open Source
vertx-codegen-3.0.0.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/io.vertx/vertx-codegen/pom.properties META-INF/maven/io.vertx/vertx-codegen/pom.xml io.vertx.codegen.AnnotationResolver.class io.vertx.codegen.CamelCase.class io.vertx.codegen.Case.class io.vertx.codegen.ClassEnumerator.class io.vertx.codegen.ClassKind.class io.vertx.codegen.ClassModel.class io.vertx.codegen.CodeGen.class io.vertx.codegen.CodeGenProcessor.class io.vertx.codegen.Compiler.class io.vertx.codegen.DataObjectModel.class io.vertx.codegen.GenException.class io.vertx.codegen.Generator.class io.vertx.codegen.Helper.class io.vertx.codegen.KebabCase.class io.vertx.codegen.MethodInfo.class io.vertx.codegen.MethodKind.class io.vertx.codegen.Model.class io.vertx.codegen.ModuleInfo.class io.vertx.codegen.ModuleModel.class io.vertx.codegen.PackageModel.class io.vertx.codegen.ParamInfo.class io.vertx.codegen.PropertyInfo.class io.vertx.codegen.ProxyMethodInfo.class io.vertx.codegen.ProxyModel.class io.vertx.codegen.QualifiedCase.class io.vertx.codegen.Signature.class io.vertx.codegen.SnakeCase.class io.vertx.codegen.Template.class io.vertx.codegen.TypeInfo.class io.vertx.codegen.TypeParamInfo.class io.vertx.codegen.Variance.class io.vertx.codegen.annotations.CacheReturn.class io.vertx.codegen.annotations.DataObject.class io.vertx.codegen.annotations.Fluent.class io.vertx.codegen.annotations.GenIgnore.class io.vertx.codegen.annotations.GenModule.class io.vertx.codegen.annotations.ProxyClose.class io.vertx.codegen.annotations.ProxyGen.class io.vertx.codegen.annotations.ProxyIgnore.class io.vertx.codegen.annotations.VertxGen.class io.vertx.codegen.doc.Doc.class io.vertx.codegen.doc.Tag.class io.vertx.codegen.doc.Text.class io.vertx.codegen.doc.Token.class io.vertx.codegen.overloadcheck.MethodOverloadChecker.class io.vertx.codegen.overloadcheck.SimpleMethod.class io.vertx.codegen.overloadcheck.SimpleParam.class lang-type-mapping.properties
vertx-codegen-3.0.0.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/xsd/maven-4.0.0.xsd"> <parent> <groupId>io.vertx</groupId> <artifactId>vertx-parent</artifactId> <version>5</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>vertx-codegen</artifactId> <version>3.0.0</version> <dependencies> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.4.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.4.3</version> </dependency> <dependency> <groupId>org.mvel</groupId> <artifactId>mvel2</artifactId> <version>2.2.0.Final</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <id>default-jar</id> <configuration> <excludes> <exclude>io/vertx/core/**</exclude> <exclude>io/vertx/codegen/testmodel/**</exclude> <exclude>com/acme/**</exclude> </excludes> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <additionalClasspathElements> <additionalClasspathElement>${project.build.testSourceDirectory}</additionalClasspathElement> </additionalClasspathElements> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.9.1</version> <executions> <execution> <id>add-tck-source</id> <goals> <goal>add-test-source</goal> </goals> <configuration> <sources> <source>${basedir}/src/tck/java</source> </sources> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>package-tck</id> <phase>package</phase> <goals> <goal>single</goal> </goals> <configuration> <attach>true</attach> <descriptors> <descriptor>src/main/assembly/tck.xml</descriptor> <descriptor>src/main/assembly/tck-sources.xml</descriptor> </descriptors> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-codegen</artifactId> <version>3.0.0</version> </dependency>
If you think the following vertx-codegen-3.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download vertx-codegen-3.0.0.jar file