License |
License |
---|---|
GroupId | GroupIdorg.apache.nifi |
ArtifactId | ArtifactIdnifi-properties-loader |
Version | Version1.14.0 |
Type | Typejar |
Description |
Descriptionnifi-properties-loader
Handles the loading of the nifi.properties file to an instance of NiFiProperties, and transparently
performs any decryption/retrieval of sensitive configuration properties.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.nifi/nifi-properties-loader/ -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties-loader</artifactId>
<version>1.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-properties-loader/
implementation 'org.apache.nifi:nifi-properties-loader:1.14.0'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-properties-loader/
implementation ("org.apache.nifi:nifi-properties-loader:1.14.0")
'org.apache.nifi:nifi-properties-loader:jar:1.14.0'
<dependency org="org.apache.nifi" name="nifi-properties-loader" rev="1.14.0">
<artifact name="nifi-properties-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-properties-loader', version='1.14.0')
)
libraryDependencies += "org.apache.nifi" % "nifi-properties-loader" % "1.14.0"
[org.apache.nifi/nifi-properties-loader "1.14.0"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcprov-jdk15on | jar | 1.69 |
org.apache.commons : commons-lang3 | jar | 3.9 |
org.apache.nifi : nifi-security-utils | jar | 1.14.0 |
org.apache.nifi : nifi-sensitive-property-provider | jar | 1.14.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.nifi : nifi-properties | jar | 1.14.0 |
org.slf4j : jul-to-slf4j | jar | 1.7.30 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 2.28.2 |
org.slf4j : slf4j-simple | jar | 1.7.30 |
org.codehaus.groovy : groovy-test | jar | 2.5.6 |