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