| 组织ID: |
org.eclipse.tycho |
| 项目ID: |
tycho-compiler-jdt |
| 版本: |
0.23.1 |
| 最后修改时间: |
2018-08-09 10:04:49 |
| 包类型: |
jar |
| 标题: |
Tycho JDT Compiler Component (Incubation) |
| 大小: |
15.19KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-jdt</artifactId>
<version>0.23.1</version>
</dependency>
|
| Gradle引入代码: |
org.eclipse.tycho:tycho-compiler-jdt:0.23.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2008, 2011 Sonatype Inc. and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- Sonatype Inc. - initial API and implementation
-->
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho</artifactId>
<version>0.23.1</version>
</parent>
<artifactId>tycho-compiler-jdt</artifactId>
<name>Tycho JDT Compiler Component (Incubation)</name>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>org.eclipse.jdt.compiler.apt</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/plexus/components.xml
org.eclipse.tycho.compiler.jdt.CompilerMain$1.class
org.eclipse.tycho.compiler.jdt.CompilerMain$2.class
org.eclipse.tycho.compiler.jdt.CompilerMain.class
org.eclipse.tycho.compiler.jdt.CustomCompilerConfiguration.class
org.eclipse.tycho.compiler.jdt.JDTCompiler.class
META-INF/maven/org.eclipse.tycho/tycho-compiler-jdt/pom.xml
META-INF/maven/org.eclipse.tycho/tycho-compiler-jdt/pom.properties
|
| 依赖Jar: |
|