| Title: |
Uberfire Runtime PlugIns API |
| Group ID: |
org.uberfire |
| Artifact ID: |
uberfire-runtime-plugins-api |
| Version: |
0.5.6.Final |
| Last modified: |
10.07.2015 22:36 |
| Packaging: |
jar |
| Name: |
Uberfire Runtime PlugIns API |
| Description: |
Uberfire Runtime PlugIns API |
| Vendor: |
JBoss by Red Hat |
|
|
| Size: |
59.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/uberfire/uberfire-runtime-plugins-api/0.5.6.Final/uberfire-runtime-plugins-api-0.5.6.Final.jar |
| POM: |
Show
hide
<?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-runtime-plugins</artifactId>
<version>0.5.6.Final</version>
</parent>
<artifactId>uberfire-runtime-plugins-api</artifactId>
<packaging>jar</packaging>
<name>Uberfire Runtime PlugIns API</name>
<description>Uberfire Runtime PlugIns API</description>
<dependencies>
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-commons-editor-api</artifactId>
</dependency>
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-api</artifactId>
</dependency>
<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>
|
| Maven: |
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-runtime-plugins-api</artifactId>
<version>0.5.6.Final</version>
</dependency>
|
| Gradle: |
org.uberfire:uberfire-runtime-plugins-api:0.5.6.Final |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|