License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Docker Container Virtualization Tools |
GroupId | GroupIdorg.apache.nifi.registry |
ArtifactId | ArtifactIddockermaven |
Version | Version0.8.0 |
Type | Typejar |
Description |
DescriptionProvides a central location for storage and management of shared resources across one or more instances
of NiFi and/or MiNiFi.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
dockermaven-0.8.0.pom | |
dockermaven-0.8.0.jar | 7 KB |
dockermaven-0.8.0-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.nifi.registry/dockermaven/ -->
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>dockermaven</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi.registry/dockermaven/
implementation 'org.apache.nifi.registry:dockermaven:0.8.0'
// https://jarcasting.com/artifacts/org.apache.nifi.registry/dockermaven/
implementation ("org.apache.nifi.registry:dockermaven:0.8.0")
'org.apache.nifi.registry:dockermaven:jar:0.8.0'
<dependency org="org.apache.nifi.registry" name="dockermaven" rev="0.8.0">
<artifact name="dockermaven" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi.registry', module='dockermaven', version='0.8.0')
)
libraryDependencies += "org.apache.nifi.registry" % "dockermaven" % "0.8.0"
[org.apache.nifi.registry/dockermaven "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |