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