| 组织ID: |
io.vertx |
| 项目ID: |
vertx-service-proxy |
| 版本: |
3.0.0-dev_preview1 |
| 最后修改时间: |
2018-10-25 14:25:54 |
| 包类型: |
jar |
| 大小: |
9.05KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-proxy</artifactId>
<version>3.0.0-dev_preview1</version>
</dependency>
|
| Gradle引入代码: |
io.vertx:vertx-service-proxy:3.0.0-dev_preview1
|
| 下载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>3.0.0-dev_preview1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vertx-service-proxy</artifactId>
<version>3.0.0-dev_preview1</version>
<properties>
<vertx.version>3.0.0-dev_preview1</vertx.version>
</properties>
<dependencies>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<version>${vertx.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<version>${vertx.version}</version>
<classifier>sources</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>${vertx.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>${vertx.version}</version>
<classifier>sources</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>${vertx.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<!-- Configure the execution of the compiler to execute the codegen processor -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-testCompile</id>
<configuration>
<annotationProcessors>
<annotationProcessor>io.vertx.codegen.CodeGenProcessor</annotationProcessor>
</annotationProcessors>
<generatedTestSourcesDirectory>${project.basedir}/src/test/generated</generatedTestSourcesDirectory>
<compilerArgs>
<arg>-AoutputDirectory=${project.basedir}/src/test</arg>
</compilerArgs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
codegen.json
io.vertx.serviceproxy.ProxyHandler.class
io.vertx.serviceproxy.ProxyHelper.class
serviceproxy/template/handlergen.templ
serviceproxy/template/proxygen.templ
META-INF/maven/io.vertx/vertx-service-proxy/pom.xml
META-INF/maven/io.vertx/vertx-service-proxy/pom.properties
|
| 依赖Jar: |
vertx-codegen-${vertx.version}.jar
/io.vertx/vertx-codegen/${vertx.version}
查看vertx-codegen所有版本文件
vertx-codegen-${vertx.version}.jar
/io.vertx/vertx-codegen/${vertx.version}
查看vertx-codegen所有版本文件
vertx-core-${vertx.version}.jar
/io.vertx/vertx-core/${vertx.version}
查看vertx-core所有版本文件
vertx-core-${vertx.version}.jar
/io.vertx/vertx-core/${vertx.version}
查看vertx-core所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
vertx-core-${vertx.version}.jar
/io.vertx/vertx-core/${vertx.version}
查看vertx-core所有版本文件
|