| 组织ID: |
org.uberfire |
| 项目ID: |
uberfire-apps-api |
| 版本: |
0.5.3.Final |
| 最后修改时间: |
2019-10-31 11:48:23 |
| 包类型: |
jar |
| 标题: |
Uberfire Apps API |
| 描述: |
Uberfire Apps API |
| 大小: |
8.70KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-apps-api</artifactId>
<version>0.5.3.Final</version>
</dependency>
|
| Gradle引入代码: |
org.uberfire:uberfire-apps-api:0.5.3.Final
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-apps</artifactId>
<version>0.5.3.Final</version>
</parent>
<artifactId>uberfire-apps-api</artifactId>
<name>Uberfire Apps API</name>
<description>Uberfire Apps API</description>
<dependencies>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-common</artifactId>
</dependency>
</dependencies>
<build>
<resources>
<!-- Include src/main/java in order not to break the Eclipse GWT plug-in -->
<resource>
<directory>src/main/java</directory>
</resource>
<!-- Include module descriptors from src/main/resources in order not to break the Intellij GWT plug-in -->
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
classlist.mf
ErraiApp.properties
org.uberfire.ext.apps.api.AppsPersistenceAPI.class
org/uberfire/ext/apps/api/AppsPersistenceAPI.java
org.uberfire.ext.apps.api.Directory.class
org/uberfire/ext/apps/api/Directory.java
org.uberfire.ext.apps.api.DirectoryBreadCrumb.class
org/uberfire/ext/apps/api/DirectoryBreadCrumb.java
org/uberfire/ext/apps/UberfireAppsAPI.gwt.xml
META-INF/maven/org.uberfire/uberfire-apps-api/pom.xml
META-INF/maven/org.uberfire/uberfire-apps-api/pom.properties
META-INF/INDEX.LIST
|
| 依赖Jar: |
|