| 组织ID: |
io.vertx |
| 项目ID: |
vertx-lang-kotlin-gen |
| 版本: |
3.6.0 |
| 最后修改时间: |
2018-11-29 19:31:30 |
| 包类型: |
jar |
| 大小: |
21.14KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin-gen</artifactId>
<version>3.6.0</version>
</dependency>
|
| Gradle引入代码: |
io.vertx:vertx-lang-kotlin-gen:3.6.0
|
| 下载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>
<artifactId>vertx-lang-kotlin-parent</artifactId>
<groupId>io.vertx</groupId>
<version>3.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vertx-lang-kotlin-gen</artifactId>
<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-codetrans</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin-coroutines</artifactId>
<version>3.6.0</version>
<optional>true</optional>
</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>tck</classifier>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<executions>
<execution>
<id>compile</id>
<goals>
<goal>compile</goal>
</goals>
<phase>compile</phase>
<configuration>
<sourceDirs>
<sourceDir>src/main/java</sourceDir>
<sourceDir>target/generated-sources/kotlin</sourceDir>
</sourceDirs>
</configuration>
</execution>
<execution>
<id>test-kapt</id>
<goals>
<goal>test-kapt</goal>
</goals>
<configuration>
<annotationProcessors>
<annotationProcessor>io.vertx.codegen.CodeGenProcessor</annotationProcessor>
</annotationProcessors>
<annotationProcessorArgs>
<processorArg>codegen.generators=Kotlin,KotlinCoroutines</processorArg>
</annotationProcessorArgs>
<sourceDirs>
<sourceDir>src/test/kotlin</sourceDir>
<sourceDir>${project.build.directory}/sources/vertx-codegen</sourceDir>
</sourceDirs>
</configuration>
</execution>
<execution>
<id>>test-compile</id>
<goals>
<goal>test-compile</goal>
</goals>
<phase>test-compile</phase>
<configuration>
<experimentalCoroutines>enable</experimentalCoroutines>
<sourceDirs>
<sourceDir>src/test/kotlin</sourceDir>
<!-- We need this because test-kapt does not store the generated Kotlin source at the right location -->
<sourceDir>${project.build.directory}/generated-sources/kaptKotlin</sourceDir>
</sourceDirs>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<!-- Unpack codegen source code to sources/test/java -->
<execution>
<id>unpack-tck</id>
<phase>generate-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/vertx-codegen</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.vertx.lang.kotlin.KotlinDocGenerator.class
META-INF/maven/io.vertx/vertx-lang-kotlin-gen/pom.xml
io.vertx.lang.kotlin.KotlinGeneratorLoader.class
io.vertx.lang.kotlin.KotlinGeneratorBase.class
io.vertx.lang.kotlin.KotlinCoroutineGenerator.class
META-INF/maven/io.vertx/vertx-lang-kotlin-gen/pom.properties
META-INF/INDEX.LIST
io.vertx.lang.kotlin.helper.KotlinCodeGenHelper.class
io.vertx.lang.kotlin.KotlinDataObjectGenerator.class
META-INF/services/io.vertx.docgen.DocGenerator
META-INF/services/io.vertx.codegen.GeneratorLoader
|
| 依赖Jar: |
vertx-lang-kotlin-coroutines-3.6.0.jar
/io.vertx/vertx-lang-kotlin-coroutines/3.6.0
查看vertx-lang-kotlin-coroutines所有版本文件
|