| Title: |
Windup Engine - Rexster |
| Group ID: |
org.jboss.windup.rexster |
| Artifact ID: |
windup-rexster |
| Version: |
2.5.0.CR2 |
| Last modified: |
18.02.2016 22:57 |
| Packaging: |
jar |
| Name: |
Windup Engine - Rexster |
| Vendor: |
JBoss by Red Hat |
|
|
| Size: |
560.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/jboss/windup/rexster/windup-rexster/2.5.0.CR2/windup-rexster-2.5.0.CR2.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.windup.rexster</groupId>
<artifactId>windup-rexster-parent</artifactId>
<version>2.5.0.CR2</version>
</parent>
<artifactId>windup-rexster</artifactId>
<name>Windup Engine - Rexster</name>
<dependencies>
<!-- Local Dependencies -->
<dependency>
<groupId>com.tinkerpop.rexster</groupId>
<artifactId>rexster-server</artifactId>
<version>2.5.0</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-core </artifactId>
</exclusion>
<exclusion>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<version>1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20090211</version>
<optional>true</optional>
</dependency>
<!-- Addon Dependencies -->
<dependency>
<groupId>org.jboss.forge.furnace.container</groupId>
<artifactId>simple</artifactId>
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.windup.graph</groupId>
<artifactId>windup-graph</artifactId>
<classifier>forge-addon</classifier>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
<!-- Forge addon creation -->
<plugin>
<groupId>org.jboss.forge.furnace</groupId>
<artifactId>furnace-maven-plugin</artifactId>
<executions>
<execution>
<id>generate-dot</id>
<phase>prepare-package</phase>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>create-forge-addon</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>forge-addon</classifier>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.jboss.windup.rexster</groupId>
<artifactId>windup-rexster</artifactId>
<version>2.5.0.CR2</version>
</dependency>
|
| Gradle: |
org.jboss.windup.rexster:windup-rexster:2.5.0.CR2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|