Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opencypher |
ArtifactId | ArtifactIdokapi-licensecheck-config |
Version | Version1.0.0-beta6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opencypher/okapi-licensecheck-config/ -->
<dependency>
<groupId>org.opencypher</groupId>
<artifactId>okapi-licensecheck-config</artifactId>
<version>1.0.0-beta6</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher/okapi-licensecheck-config/
implementation 'org.opencypher:okapi-licensecheck-config:1.0.0-beta6'
// https://jarcasting.com/artifacts/org.opencypher/okapi-licensecheck-config/
implementation ("org.opencypher:okapi-licensecheck-config:1.0.0-beta6")
'org.opencypher:okapi-licensecheck-config:jar:1.0.0-beta6'
<dependency org="org.opencypher" name="okapi-licensecheck-config" rev="1.0.0-beta6">
<artifact name="okapi-licensecheck-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencypher', module='okapi-licensecheck-config', version='1.0.0-beta6')
)
libraryDependencies += "org.opencypher" % "okapi-licensecheck-config" % "1.0.0-beta6"
[org.opencypher/okapi-licensecheck-config "1.0.0-beta6"]