| 组织ID: |
org.cloudgraph |
| 项目ID: |
cloudgraph-common |
| 版本: |
0.6.9 |
| 最后修改时间: |
2019-11-30 20:28:38 |
| 包类型: |
jar |
| 标题: |
CloudGraph Common |
| 描述: |
CloudGraph(tm) is a suite of Service Data Object (SDO) 2.1 services designed for relational and big-table style "cloud" databases, such as HBase and others. |
| 大小: |
52.11KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-common</artifactId>
<version>0.6.9</version>
</dependency>
|
| Gradle引入代码: |
org.cloudgraph:cloudgraph-common:0.6.9
|
| 下载Jar包: |
|
| POM文件内容: |
<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">
<modelVersion>4.0.0</modelVersion>
<properties>
<cloudgraph.version>0.6.9</cloudgraph.version>
<plasma.version>1.2.6</plasma.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<parent>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph</artifactId>
<version>0.6.9</version>
</parent>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-common</artifactId>
<packaging>jar</packaging>
<name>CloudGraph Common</name>
<description>CloudGraph(tm) is a suite of Service Data Object (SDO) 2.1 services designed for relational and big-table style "cloud" databases, such as HBase and others.</description>
<url>http://cloudgraph.org</url>
<dependencies>
<dependency>
<groupId>org.terrameta</groupId>
<artifactId>plasma-sdo</artifactId>
<version>1.2.6</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>16.0.1</version>
</dependency>
</dependencies>
<build>
<finalName>cloudgraph-common</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3</version>
<!-- <configuration> <webXml>target/web.xml</webXml> </configuration> -->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
jaxb2-maven-plugin
</artifactId>
<versionRange>
[1.4,)
</versionRange>
<goals>
<goal>xjc</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.cloudgraph.common.Assembler.class
org.cloudgraph.common.CloudGraphConstants.class
org.cloudgraph.common.CloudGraphRuntimeException.class
org.cloudgraph.common.CommonTest.class
org.cloudgraph.common.CommonTestSetup.class
org.cloudgraph.common.concurrent.ConfigProps.class
org.cloudgraph.common.concurrent.GraphMetricVisitor.class
org.cloudgraph.common.concurrent.SubgraphTask.class
org.cloudgraph.common.concurrent.Traversal.class
org.cloudgraph.common.Hash.class
org.cloudgraph.job.JobSetup.class
org.cloudgraph.store.key.GraphColumnKeyFactory.class
org.cloudgraph.store.key.GraphKeyException.class
org.cloudgraph.store.key.GraphRowKeyExpressionFactory.class
org.cloudgraph.store.key.GraphRowKeyFactory.class
org.cloudgraph.store.key.GraphStatefullColumnKeyFactory.class
org.cloudgraph.store.key.KeyException.class
org.cloudgraph.store.key.KeyFieldOverflowException.class
org.cloudgraph.store.key.KeyValue.class
org.cloudgraph.store.lang.AssemblerSupport.class
org.cloudgraph.store.lang.DefaultAssembler$1.class
org.cloudgraph.store.lang.DefaultAssembler.class
org.cloudgraph.store.lang.FilterAssembler.class
org.cloudgraph.store.lang.GraphFilterException.class
org.cloudgraph.store.lang.InvalidOperatorException.class
org.cloudgraph.store.lang.LangStoreGraphAssembler.class
org.cloudgraph.store.lang.StatementExecutor.class
org.cloudgraph.store.lang.StatementFactory.class
org.cloudgraph.store.lang.StatementUtil.class
org.cloudgraph.store.service.AliasMap.class
org.cloudgraph.store.service.CommitComparator.class
org.cloudgraph.store.service.CreatedCommitComparator.class
org.cloudgraph.store.service.DeletedCommitComparator.class
org.cloudgraph.store.service.DuplicateRowException.class
org.cloudgraph.store.service.GraphServiceException.class
org.cloudgraph.store.service.IllegalRelationalOperatorException$1.class
org.cloudgraph.store.service.IllegalRelationalOperatorException.class
org.cloudgraph.store.service.MetricCollector.class
org.cloudgraph.store.service.MissingRowException.class
org.cloudgraph.store.service.QueryResults.class
org.cloudgraph.store.service.ToumbstoneRowException.class
sorts.BubbleSort.class
sorts.InsertionSort.class
sorts.MergeSort.class
sorts.OArrays.class
sorts.QuickSort.class
sorts.SelectionSort.class
sorts.ShellSort.class
sorts.Sort.class
sorts.Sorter.class
META-INF/maven/org.cloudgraph/cloudgraph-common/pom.xml
META-INF/maven/org.cloudgraph/cloudgraph-common/pom.properties
|
| 依赖Jar: |
plasma-sdo-1.2.6.jar
/org.terrameta/plasma-sdo/1.2.6
查看plasma-sdo所有版本文件
guava-16.0.1.jar
/com.google.guava/guava/16.0.1
查看guava所有版本文件
|