| 组织ID: |
org.eclipse.platform |
| 项目ID: |
org.eclipse.core.variables |
| 版本: |
3.4.200 |
| 最后修改时间: |
2018-09-27 13:21:50 |
| 包类型: |
jar |
| 标题: |
Core Variables |
| 描述: |
Core Variables |
| 相关URL: |
http://www.eclipse.org/platform |
| 大小: |
35.23KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.variables</artifactId>
<version>3.4.200</version>
</dependency>
|
| Gradle引入代码: |
org.eclipse.platform:org.eclipse.core.variables:3.4.200
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016, 2017 GK Software AG 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:
Stephan Herrmann - initial implementation
-->
<project 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" xsi:noNamespaceSchemaLocation="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.variables</artifactId>
<version>3.4.200</version>
<description>Core Variables</description>
<name>Core Variables</name>
<url>http://www.eclipse.org/platform</url>
<licenses>
<license>
<name>Eclipse Public License</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>Eclipse Foundation</name>
<url>http://www.eclipse.org/</url>
</organization>
<issueManagement>
<system>Bugzilla</system>
<url>https://bugs.eclipse.org/</url>
</issueManagement>
<scm>
<connection>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.debug.git</connection>
<tag>I20180821-2000</tag>
<url>https://git.eclipse.org/c/platform/eclipse.platform.debug.git</url>
</scm>
<developers>
<developer>
<url>https://projects.eclipse.org/projects/eclipse.platform/who</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.runtime</artifactId>
<version>[3.3.0,4.0.0)</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_.RSA
plugin.xml
.api_description
org.eclipse.core.variables.VariablesPlugin.class
org.eclipse.core.variables.IDynamicVariableResolver.class
org.eclipse.core.variables.IValueVariable.class
org.eclipse.core.variables.IValueVariableInitializer.class
org.eclipse.core.variables.IValueVariableListener.class
org.eclipse.core.variables.IDynamicVariable.class
org.eclipse.core.variables.IStringVariableManager.class
org.eclipse.core.variables.IStringVariable.class
org.eclipse.core.internal.variables.StringSubstitutionEngine$VariableReference.class
org.eclipse.core.internal.variables.StringSubstitutionEngine.class
org.eclipse.core.internal.variables.ContributedValueVariable.class
org.eclipse.core.internal.variables.ValueVariable.class
org.eclipse.core.internal.variables.VariablesMessages.class
org/eclipse/core/internal/variables/VariablesMessages.properties
org.eclipse.core.internal.variables.StringVariableManager$StringVariableNotifier.class
org.eclipse.core.internal.variables.StringVariableManager.class
org.eclipse.core.internal.variables.EclipseHomeVariableResolver.class
org.eclipse.core.internal.variables.StringVariable.class
org.eclipse.core.internal.variables.DynamicVariable.class
plugin.properties
about.html
|
| 依赖Jar: |
org.eclipse.core.runtime-[3.3.0,4.0.0).jar
/org.eclipse.platform/org.eclipse.core.runtime/[3.3.0,4.0.0)
查看org.eclipse.core.runtime所有版本文件
|