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