fractal-gcm-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.etsi.uri.gcm</groupId>
<artifactId>fractal-gcm-api</artifactId>
<version>1.1.1</version>
</dependency><?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> <developers> <developer> <id>etsi</id> <name>etsi</name> <organization>INRIA, University of Nice-Sophia Antipolis, ActiveEon</organization> </developer> </developers> <dependencies> <dependency> <groupId>org.objectweb.fractal</groupId> <artifactId>fractal-api</artifactId> <version>2.0.2</version> </dependency> </dependencies> </project>