GroupId | GroupIdorg.apache.nifi.registry |
---|---|
ArtifactId | ArtifactIdnifi-registry-utils |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
nifi-registry-utils-0.1.0.pom | |
nifi-registry-utils-0.1.0.jar | 23 KB |
nifi-registry-utils-0.1.0-sources.jar | 16 KB |
nifi-registry-utils-0.1.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-utils/ -->
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-utils</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-utils/
implementation 'org.apache.nifi.registry:nifi-registry-utils:0.1.0'
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-utils/
implementation ("org.apache.nifi.registry:nifi-registry-utils:0.1.0")
'org.apache.nifi.registry:nifi-registry-utils:jar:0.1.0'
<dependency org="org.apache.nifi.registry" name="nifi-registry-utils" rev="0.1.0">
<artifact name="nifi-registry-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi.registry', module='nifi-registry-utils', version='0.1.0')
)
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-utils" % "0.1.0"
[org.apache.nifi.registry/nifi-registry-utils "0.1.0"]