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