Categories |
CategoriesNeo4J Data Databases config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.neo4j.build |
ArtifactId | ArtifactIdlicensecheck-config |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
licensecheck-config-3.0.1.pom | |
licensecheck-config-3.0.1.jar | 120 KB |
licensecheck-config-3.0.1-tests.jar | 15 KB |
licensecheck-config-3.0.1-test-sources.jar | 13 KB |
licensecheck-config-3.0.1-sources.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j.build/licensecheck-config/ -->
<dependency>
<groupId>org.neo4j.build</groupId>
<artifactId>licensecheck-config</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.build/licensecheck-config/
implementation 'org.neo4j.build:licensecheck-config:3.0.1'
// https://jarcasting.com/artifacts/org.neo4j.build/licensecheck-config/
implementation ("org.neo4j.build:licensecheck-config:3.0.1")
'org.neo4j.build:licensecheck-config:jar:3.0.1'
<dependency org="org.neo4j.build" name="licensecheck-config" rev="3.0.1">
<artifact name="licensecheck-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.build', module='licensecheck-config', version='3.0.1')
)
libraryDependencies += "org.neo4j.build" % "licensecheck-config" % "3.0.1"
[org.neo4j.build/licensecheck-config "3.0.1"]