| Group ID: |
org.pacesys |
| Artifact ID: |
openstack4j |
| Last modified: |
15.11.2015 15:03 |
| Packaging: |
jar |
| Name: |
OpenStack4j Distribution |
| Description: |
OpenStack Java API |
| URL: |
http://github.com/gondor/openstack4j/ |
|
|
| Size: |
5.9 MB |
| Download: |
https://repo.maven.apache.org/maven2/org/pacesys/openstack4j/2.0.9/openstack4j-2.0.9-withdeps-sources.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/maven-v4_0_0.xsd">
<parent>
<artifactId>openstack4j-parent</artifactId>
<groupId>org.pacesys</groupId>
<version>2.0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>openstack4j</artifactId>
<name>OpenStack4j Distribution</name>
<description>OpenStack Java API</description>
<url>http://github.com/gondor/openstack4j/</url>
<build>
<finalName>openstack4j</finalName>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>1.3.3</version>
<executions>
<execution>
<id>withdeps-shade</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>withdeps</shadedClassifierName>
<createSourcesJar>true</createSourcesJar>
</configuration>
</execution>
<execution>
<id>mainartifact-shade</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
<createSourcesJar>true</createSourcesJar>
<artifactSet>
<includes>
<include>org.pacesys:*</include>
</includes>
</artifactSet>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.pacesys.openstack4j.connectors</groupId>
<artifactId>openstack4j-jersey2</artifactId>
<version>2.0.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.4.1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.pacesys</groupId>
<artifactId>openstack4j</artifactId>
<version>2.0.9</version>
<classifier>withdeps-sources</classifier>
</dependency>
|
| Gradle: |
org.pacesys:openstack4j:2.0.9:withdeps-sources |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|