| 组织ID: |
io.vertx |
| 项目ID: |
vertx-lang-js-gen |
| 版本: |
3.6.1 |
| 最后修改时间: |
2018-12-15 11:17:48 |
| 包类型: |
jar |
| 标题: |
Vert.x JavaScript Language Support |
| 大小: |
111.34KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-js-gen</artifactId>
<version>3.6.1</version>
</dependency>
|
| Gradle引入代码: |
io.vertx:vertx-lang-js-gen:3.6.1
|
| 下载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-lang-js-parent</artifactId>
<version>3.6.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vertx-lang-js-gen</artifactId>
<version>3.6.1</version>
<name>Vert.x JavaScript Language Support</name>
<properties>
<asciidoc.dir>${project.basedir}/src/main/asciidoc</asciidoc.dir>
<tools.jar>${java.home}/../lib/tools.jar</tools.jar>
</properties>
<dependencies>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-docgen</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codetrans</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel2</artifactId>
<version>2.3.1.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<classifier>tck</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<classifier>tck-sources</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<classifier>sources</classifier>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<java.util.logging.SimpleFormatter.format>%4$s: %3$s - %5$s %6$s%n</java.util.logging.SimpleFormatter.format>
</systemPropertyVariables>
<additionalClasspathElements>
<additionalClasspathElement>${project.build.testSourceDirectory}</additionalClasspathElement>
<additionalClasspathElement>${project.basedir}/src/main/resources</additionalClasspathElement>
</additionalClasspathElements>
<environmentVariables>
<NODE_PATH>src/test/npm</NODE_PATH>
</environmentVariables>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<!-- Unpack codegen source code to target/sources/codegen -->
<execution>
<id>unpack-codegen</id>
<phase>generate-test-sources</phase>
<goals>
<goal>unpack-dependencies</goal>
</goals>
<configuration>
<includeGroupIds>io.vertx</includeGroupIds>
<includeArtifactIds>vertx-codegen</includeArtifactIds>
<includeTypes>jar</includeTypes>
<includeClassifiers>tck-sources</includeClassifiers>
<outputDirectory>${project.build.directory}/sources/codegen</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
<version>3.1.0</version>
<executions>
<!-- Run the annotation processor on codegen and generate the js codegen -->
<execution>
<id>generate-codegen</id>
<goals>
<goal>process</goal>
</goals>
<phase>generate-test-sources</phase>
<configuration>
<systemProperties>
<java.util.logging.SimpleFormatter.format>%4$s: %3$s - %5$s %6$s%n</java.util.logging.SimpleFormatter.format>
</systemProperties>
<processors>
<processor>io.vertx.codegen.CodeGenProcessor</processor>
</processors>
<optionMap>
<codegen.output>${project.basedir}/src/test</codegen.output>
<codegen.generators>JavaScript</codegen.generators>
</optionMap>
<sourceDirectory>${project.build.directory}/sources/codegen</sourceDirectory>
<additionalSourceDirectories>
<additionalSourceDirectory>${project.basedir}/src/test/java</additionalSourceDirectory>
</additionalSourceDirectories>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
extra-js/interface_with_method.js
testmodel-js/interface_with_api_arg.js
extra-js/generic_holder.js
extra-js/interface_extending_interface_with_method.js
testmodel-js/function_param_tck.js
testmodel-js/generic_nullable_refed_interface.js
testmodel-js/concrete_handler_user_type_extension.js
testmodel-js/refed_interface1.js
testmodel-js/constant_tck.js
testmodel-js/interface_with_variable_arg.js
io.vertx.lang.js.ShortConverterMap.class
io.vertx.lang.js.JSDocGenerator.class
META-INF/services/io.vertx.docgen.DocGenerator
META-INF/services/io.vertx.core.spi.VerticleFactory
META-INF/services/io.vertx.codegen.GeneratorLoader
acme-js/sub_interface.js
vertx-js/util/console.js
META-INF/maven/io.vertx/vertx-lang-js-gen/pom.xml
extra-js/class_param_overload.js
testmodel-js/refed_interface2.js
testmodel-js/concrete_handler_user_type.js
testmodel-js/any_java_type_tck.js
testmodel-js/abstract_handler_user_type.js
testmodel-js/test_interface.js
io.vertx.lang.js.JavaArraySetWrapper.class
io.vertx.lang.js.JSVerticleFactory$1.class
io.vertx.lang.js.ListConverterSet.class
io.vertx.lang.js.ThrowableConverter.class
io.vertx.lang.js.JSVerticleFactory$JSVerticle.class
io.vertx.lang.js.generator.AbstractJSClassGenerator$1.class
io.vertx.lang.js.generator.JSGeneratorLoader.class
io.vertx.lang.js.ClasspathFileResolver.class
acme-js/my_interface.js
vertx-js/util/utils.js
testmodel-js/generic_refed_interface.js
testmodel-js/super_interface2.js
testmodel-js/data_object_tck.js
io.vertx.lang.js.SucceededResult.class
io.vertx.lang.js.FailedResult.class
io.vertx.lang.js.LongConverterMap.class
io.vertx.lang.js.VertxGenConverterList.class
io.vertx.lang.js.ByteConverterMap.class
io.vertx.lang.js.VertxGenConverterSet.class
io.vertx.lang.js.VertxGenConverterMap.class
io.vertx.lang.js.generator.JSClassGenerator.class
vertx-js/util/jvm-npm.js
testmodel-js/factory.js
META-INF/maven/io.vertx/vertx-lang-js-gen/pom.properties
META-INF/INDEX.LIST
testmodel-js/interface_with_string_arg.js
testmodel-js/nullable_tck.js
testmodel-js/super_interface1.js
testmodel-js/generics_tck.js
testmodel-js/collection_tck.js
io.vertx.lang.js.JSVerticleFactory.class
io.vertx.lang.js.generator.AbstractJSClassGenerator.class
|
| 依赖Jar: |
mvel2-2.3.1.Final.jar
/org.mvel/mvel2/2.3.1.Final
查看mvel2所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|