fractal-gcm-api.
Grid Component Model Standardization.
Here is the list of declaration for fractal-gcm-api. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.etsi.uri.gcm</groupId> <artifactId>fractal-gcm-api</artifactId> <version>1.1.1</version> </dependency>
If you think this Maven repository POM file listing for fractal-gcm-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:GNU Lesser General Public License
URL: http://www.gnu.org/licenses/lgpl-2.1.html.
The following packages are defined in the fractal-gcm-api-1.1.1.jar
org.etsi.uri.gcm.api org.etsi.uri.gcm.api.control org.etsi.uri.gcm.api.type org.etsi.uri.gcm.util
Here is the content of the POM file.
<?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.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>org.etsi.uri.gcm</groupId> <artifactId>fractal-gcm-api</artifactId> <version>1.1.1</version> <name>fractal-gcm-api</name> <description>Grid Component Model Standardization</description> <url>http://www.etsi.org/deliver/etsi_ts/102800_102899/102830/01.01.01_60/ts_102830v010101p.pdf</url> <licenses> <license> <name>GNU Lesser General Public License</name> <url>http://www.gnu.org/licenses/lgpl-2.1.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://www.etsi.org/deliver/etsi_ts/102800_102899/102830/tags/1.1.1</url> <connection>http://www.etsi.org/deliver/etsi_ts/102800_102899/102830/tags/1.1.1</connection> </scm> <dependencies> <dependency> <groupId>org.objectweb.fractal</groupId> <artifactId>fractal-api</artifactId> <version>2.0.2</version> </dependency> </dependencies> </project>