Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.apache.nifi.registry |
ArtifactId | ArtifactIdnifi-registry-security-api |
Version | Version0.1.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.1.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.1.0'
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-security-api/
implementation ("org.apache.nifi.registry:nifi-registry-security-api:0.1.0")
'org.apache.nifi.registry:nifi-registry-security-api:jar:0.1.0'
<dependency org="org.apache.nifi.registry" name="nifi-registry-security-api" rev="0.1.0">
<artifact name="nifi-registry-security-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi.registry', module='nifi-registry-security-api', version='0.1.0')
)
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-security-api" % "0.1.0"
[org.apache.nifi.registry/nifi-registry-security-api "0.1.0"]