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