Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.apache.nifi.registry |
ArtifactId | ArtifactIdnifi-registry-security-utils |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-security-utils/ -->
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-security-utils</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-security-utils/
implementation 'org.apache.nifi.registry:nifi-registry-security-utils:0.4.0'
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-security-utils/
implementation ("org.apache.nifi.registry:nifi-registry-security-utils:0.4.0")
'org.apache.nifi.registry:nifi-registry-security-utils:jar:0.4.0'
<dependency org="org.apache.nifi.registry" name="nifi-registry-security-utils" rev="0.4.0">
<artifact name="nifi-registry-security-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi.registry', module='nifi-registry-security-utils', version='0.4.0')
)
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-security-utils" % "0.4.0"
[org.apache.nifi.registry/nifi-registry-security-utils "0.4.0"]