License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdorg.aksw.commons |
ArtifactId | ArtifactIdsubgraph-isomorphism-index-core |
Last Version | Last Version1.5.1-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn Index Data Structure for Fast Isomorphic Subset and Superset Queries
|
<!-- https://jarcasting.com/artifacts/org.aksw.commons/subgraph-isomorphism-index-core/ -->
<dependency>
<groupId>org.aksw.commons</groupId>
<artifactId>subgraph-isomorphism-index-core</artifactId>
<version>1.5.1-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.aksw.commons/subgraph-isomorphism-index-core/
implementation 'org.aksw.commons:subgraph-isomorphism-index-core:1.5.1-1'
// https://jarcasting.com/artifacts/org.aksw.commons/subgraph-isomorphism-index-core/
implementation ("org.aksw.commons:subgraph-isomorphism-index-core:1.5.1-1")
'org.aksw.commons:subgraph-isomorphism-index-core:jar:1.5.1-1'
<dependency org="org.aksw.commons" name="subgraph-isomorphism-index-core" rev="1.5.1-1">
<artifact name="subgraph-isomorphism-index-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aksw.commons', module='subgraph-isomorphism-index-core', version='1.5.1-1')
)
libraryDependencies += "org.aksw.commons" % "subgraph-isomorphism-index-core" % "1.5.1-1"
[org.aksw.commons/subgraph-isomorphism-index-core "1.5.1-1"]
Group / Artifact | Type | Version |
---|---|---|
org.aksw.commons : tagmap-core | jar | 1.0.5 |
com.google.guava : guava | jar | 27.0.1-jre |
org.slf4j : slf4j-api | jar | 1.8.0-beta4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |