| 组织ID: |
org.eclipse.tycho |
| 项目ID: |
tycho-compiler-jdt |
| 版本: |
1.5.0 |
| 最后修改时间: |
2019-11-04 15:49:25 |
| 包类型: |
jar |
| 标题: |
Tycho JDT Compiler Component |
| 大小: |
16.92KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-jdt</artifactId>
<version>1.5.0</version>
</dependency>
|
| Gradle引入代码: |
org.eclipse.tycho:tycho-compiler-jdt:1.5.0
|
| 下载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>1.5.0</version>
</parent>
<artifactId>tycho-compiler-jdt</artifactId>
<name>Tycho JDT Compiler Component</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>tycho-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-lib-detector</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</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.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/plexus/components.xml
org.eclipse.tycho.compiler.jdt.JdkLibraryInfoProvider.class
META-INF/maven/org.eclipse.tycho/tycho-compiler-jdt/pom.properties
org.eclipse.tycho.compiler.jdt.JDTCompiler.class
META-INF/maven/org.eclipse.tycho/tycho-compiler-jdt/pom.xml
org.eclipse.tycho.compiler.jdt.copied.LibraryInfo.class
org.eclipse.tycho.compiler.jdt.CustomCompilerConfiguration.class
|
| 依赖Jar: |
tycho-core-${project.version}.jar
/org.eclipse.tycho/tycho-core/${project.version}
查看tycho-core所有版本文件
tycho-lib-detector-${project.version}.jar
/org.eclipse.tycho/tycho-lib-detector/${project.version}
查看tycho-lib-detector所有版本文件
|