MVN

org.ow2.xlcloud : xlcloud

Maven & Gradle

May 12, 2014

XLcloud aims to define and demonstrate the principles of HPC as a Service (High Performance Computing) for all those applications that involve highly intensive calculations. XLcloud is designed as a collaborative tool that enables users to work together on highly sophisticated software in the Cloud, thus sidestepping the need for individuals to have to purchase expensive software on their own. XLcloud combines the expertise of companies and academics that are innovative in the field of high performance computer architectures and flow visualization HD/3D and video. While many Internet-based applications are now available on the Cloud, high-performance applications still face a number of technological obstacles before they are cloud ready. For example, high performance applications often need large capacity processing, lots of storage and huge network bandwidth, needs that are difficult to meet in today’s Cloud. In developing HPC as a Service (HaaS), XLcloud has identified the following high performance applications involving research and industrial innovation: * Research environments such as universities or technical institutes where high performance computing is a requirement, * Online game applications, * Online streaming video in real time, * Search engines in real time, * Online three-dimensional imaging for medical use.

<dependency>
    <groupId>org.ow2.xlcloud</groupId>
    <artifactId>xlcloud</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.xlcloud : xlcloud to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.ow2.xlcloud : xlcloud to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
xlcloud-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.xlcloud</groupId>
    <artifactId>xlcloud</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement