GroupId | GroupIdorg.securegraph |
---|---|
ArtifactId | ArtifactIdsecuregraph-core |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
securegraph-core-0.7.0.pom | |
securegraph-core-0.7.0.jar | 110 KB |
securegraph-core-0.7.0-sources.jar | 55 KB |
securegraph-core-0.7.0-javadoc.jar | 527 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.securegraph/securegraph-core/ -->
<dependency>
<groupId>org.securegraph</groupId>
<artifactId>securegraph-core</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.securegraph/securegraph-core/
implementation 'org.securegraph:securegraph-core:0.7.0'
// https://jarcasting.com/artifacts/org.securegraph/securegraph-core/
implementation ("org.securegraph:securegraph-core:0.7.0")
'org.securegraph:securegraph-core:jar:0.7.0'
<dependency org="org.securegraph" name="securegraph-core" rev="0.7.0">
<artifact name="securegraph-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.securegraph', module='securegraph-core', version='0.7.0')
)
libraryDependencies += "org.securegraph" % "securegraph-core" % "0.7.0"
[org.securegraph/securegraph-core "0.7.0"]