Sha256: 4fe2118b299b7140d0cb19159bb037002789931c72d509e00ae769caa660a852
Contents?: true
Size: 622 Bytes
Versions: 1
Compression:
Stored size: 622 Bytes
Contents
<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> <name>CMIS</name> <groupId>org.cmis</groupId> <artifactId>CMIS</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <dependencies> <dependency> <groupId>org.apache.chemistry.opencmis</groupId> <artifactId>chemistry-opencmis-client-impl</artifactId> <version>0.9.0</version> </dependency> </dependencies> </project>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cmis-0.3.0-java | pom.xml |