| 组织ID: |
io.vertx |
| 项目ID: |
vertx-codegen |
| 版本: |
3.0.0-milestone3 |
| 最后修改时间: |
2019-11-01 02:03:29 |
| 包类型: |
jar |
| 大小: |
169.33KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<version>3.0.0-milestone3</version>
</dependency>
|
| Gradle引入代码: |
io.vertx:vertx-codegen:3.0.0-milestone3
|
| 下载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">
<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-milestone3</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>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>default-jar</id>
<configuration>
<excludes>
<exclude>io/vertx/core/**</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>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.vertx.codegen.AnnotationResolver.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.IndexGetter.class
io.vertx.codegen.annotations.IndexSetter.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.CamelCase.class
io.vertx.codegen.Case.class
io.vertx.codegen.ClassEnumerator.class
io.vertx.codegen.ClassKind.class
io.vertx.codegen.ClassModel$1.class
io.vertx.codegen.ClassModel.class
io.vertx.codegen.CodeGen$1.class
io.vertx.codegen.CodeGen$ModelEntry.class
io.vertx.codegen.CodeGen.class
io.vertx.codegen.CodeGenProcessor$CodeGenerator.class
io.vertx.codegen.CodeGenProcessor.class
io.vertx.codegen.Compiler$1.class
io.vertx.codegen.Compiler$NullWriter.class
io.vertx.codegen.Compiler.class
io.vertx.codegen.DataObjectModel$1.class
io.vertx.codegen.DataObjectModel.class
io.vertx.codegen.doc.Comment.class
io.vertx.codegen.doc.Doc$Factory.class
io.vertx.codegen.doc.Doc.class
io.vertx.codegen.doc.Tag$Link.class
io.vertx.codegen.doc.Tag$Param.class
io.vertx.codegen.doc.Tag.class
io.vertx.codegen.doc.Token$InlineTag.class
io.vertx.codegen.doc.Token$LineBreak.class
io.vertx.codegen.doc.Token$Text.class
io.vertx.codegen.doc.Token.class
io.vertx.codegen.Generator$1.class
io.vertx.codegen.Generator$MyProcessor.class
io.vertx.codegen.Generator.class
io.vertx.codegen.GenException.class
io.vertx.codegen.Helper$1.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.overloadcheck.MethodOverloadChecker.class
io.vertx.codegen.overloadcheck.SimpleMethod.class
io.vertx.codegen.overloadcheck.SimpleParam.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$1.class
io.vertx.codegen.Template.class
io.vertx.codegen.testmodel.AbstractHandlerUserType.class
io.vertx.codegen.testmodel.ConcreteHandlerUserType.class
io.vertx.codegen.testmodel.ConcreteHandlerUserTypeExtension.class
io.vertx.codegen.testmodel.Factory.class
io.vertx.codegen.testmodel.GenericRefedInterface.class
io.vertx.codegen.testmodel.GenericRefedInterfaceImpl.class
io.vertx.codegen.testmodel.package-info.class
io.vertx.codegen.testmodel.RefedInterface1.class
io.vertx.codegen.testmodel.RefedInterface1Impl.class
io.vertx.codegen.testmodel.RefedInterface2.class
io.vertx.codegen.testmodel.RefedInterface2Impl.class
io.vertx.codegen.testmodel.SuperInterface1.class
io.vertx.codegen.testmodel.SuperInterface2.class
io.vertx.codegen.testmodel.TestDataObject.class
io.vertx.codegen.testmodel.TestEnum.class
io.vertx.codegen.testmodel.TestInterface.class
io.vertx.codegen.testmodel.TestInterfaceImpl$1.class
io.vertx.codegen.testmodel.TestInterfaceImpl$BooleanHandlerTestMap.class
io.vertx.codegen.testmodel.TestInterfaceImpl$ByteHandlerTestMap.class
io.vertx.codegen.testmodel.TestInterfaceImpl$CharacterHandlerTestMap.class
io.vertx.codegen.testmodel.TestInterfaceImpl$DoubleHandlerTestMap.class
io.vertx.codegen.testmodel.TestInterfaceImpl$FloatHandlerTestMap.class
io.vertx.codegen.testmodel.TestInterfaceImpl$HandlerTestMap.class
io.vertx.codegen.testmodel.TestInterfaceImpl$IntegerHandlerTestMap.class
io.vertx.codegen.testmodel.TestInterfaceImpl$JsonArrayHandlerTestMap.class
io.vertx.codegen.testmodel.TestInterfaceImpl$JsonObjectHandlerTestMap.class
io.vertx.codegen.testmodel.TestInterfaceImpl$LongHandlerTestMap.class
io.vertx.codegen.testmodel.TestInterfaceImpl$ShortHandlerTestMap.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
jackson-core-2.4.3.jar
/com.fasterxml.jackson.core/jackson-core/2.4.3
查看jackson-core所有版本文件
jackson-databind-2.4.3.jar
/com.fasterxml.jackson.core/jackson-databind/2.4.3
查看jackson-databind所有版本文件
mvel2-2.2.0.Final.jar
/org.mvel/mvel2/2.2.0.Final
查看mvel2所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
|