| 组织ID: |
org.eclipse.tycho |
| 项目ID: |
tycho-compiler-jdt |
| 版本: |
0.12.0 |
| 最后修改时间: |
2018-11-09 01:31:22 |
| 包类型: |
jar |
| 标题: |
Tycho JDT Compiler Component |
| 大小: |
9.13KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-jdt</artifactId>
<version>0.12.0</version>
</dependency>
|
| Gradle引入代码: |
org.eclipse.tycho:tycho-compiler-jdt:0.12.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>0.12.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>org.eclipse.jdt.core</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.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/plexus/components.xml
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: |
|