| 组织ID: |
org.apache.atlas |
| 项目ID: |
atlas-graphdb-api |
| 版本: |
1.2.0 |
| 最后修改时间: |
2019-06-26 14:57:00 |
| 包类型: |
jar |
| 标题: |
Apache Atlas Graph Database API |
| 描述: |
Apache Atlas Graph Datbase API |
| 大小: |
26.95KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-graphdb-api</artifactId>
<version>1.2.0</version>
</dependency>
|
| Gradle引入代码: |
org.apache.atlas:atlas-graphdb-api:1.2.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-graphdb</artifactId>
<version>1.2.0</version>
</parent>
<artifactId>atlas-graphdb-api</artifactId>
<description>Apache Atlas Graph Datbase API</description>
<name>Apache Atlas Graph Database API</name>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-common</artifactId>
</dependency>
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>atlas-intg</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-core</artifactId>
<version>3.3.3</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
org.apache.atlas.repository.graphdb.AtlasCardinality.class
org.apache.atlas.repository.graphdb.AtlasEdge.class
org.apache.atlas.repository.graphdb.AtlasEdgeDirection.class
org.apache.atlas.repository.graphdb.AtlasEdgeLabel.class
org.apache.atlas.repository.graphdb.AtlasElement.class
org.apache.atlas.repository.graphdb.AtlasGraph.class
org.apache.atlas.repository.graphdb.AtlasGraphIndex.class
org.apache.atlas.repository.graphdb.AtlasGraphManagement.class
org.apache.atlas.repository.graphdb.AtlasGraphQuery$ComparisionOperator.class
org.apache.atlas.repository.graphdb.AtlasGraphQuery$MatchingOperator.class
org.apache.atlas.repository.graphdb.AtlasGraphQuery$QueryOperator.class
org.apache.atlas.repository.graphdb.AtlasGraphQuery$SortOrder.class
org.apache.atlas.repository.graphdb.AtlasGraphQuery.class
org.apache.atlas.repository.graphdb.AtlasGraphTraversal$TextPredicate.class
org.apache.atlas.repository.graphdb.AtlasGraphTraversal.class
org.apache.atlas.repository.graphdb.AtlasGraphTraversalSource.class
org.apache.atlas.repository.graphdb.AtlasIndexQuery$Result.class
org.apache.atlas.repository.graphdb.AtlasIndexQuery.class
org.apache.atlas.repository.graphdb.AtlasPropertyKey.class
org.apache.atlas.repository.graphdb.AtlasSchemaViolationException.class
org.apache.atlas.repository.graphdb.AtlasVertex.class
org.apache.atlas.repository.graphdb.AtlasVertexQuery.class
org.apache.atlas.repository.graphdb.GraphDatabase.class
org.apache.atlas.repository.graphdb.GraphDBMigrator.class
org.apache.atlas.repository.graphdb.GremlinVersion.class
META-INF/maven/org.apache.atlas/atlas-graphdb-api/pom.xml
META-INF/maven/org.apache.atlas/atlas-graphdb-api/pom.properties
|
| 依赖Jar: |
gremlin-core-3.3.3.jar
/org.apache.tinkerpop/gremlin-core/3.3.3
查看gremlin-core所有版本文件
|