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