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