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