Categories |
CategoriesNeo4J Data Databases config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.neo4j.build |
ArtifactId | ArtifactIdlicensecheck-config |
Version | Version2.1.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.neo4j.build/licensecheck-config/ -->
<dependency>
<groupId>org.neo4j.build</groupId>
<artifactId>licensecheck-config</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.build/licensecheck-config/
implementation 'org.neo4j.build:licensecheck-config:2.1.6'
// https://jarcasting.com/artifacts/org.neo4j.build/licensecheck-config/
implementation ("org.neo4j.build:licensecheck-config:2.1.6")
'org.neo4j.build:licensecheck-config:jar:2.1.6'
<dependency org="org.neo4j.build" name="licensecheck-config" rev="2.1.6">
<artifact name="licensecheck-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.build', module='licensecheck-config', version='2.1.6')
)
libraryDependencies += "org.neo4j.build" % "licensecheck-config" % "2.1.6"
[org.neo4j.build/licensecheck-config "2.1.6"]