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