GroupId | GroupIdorg.apache.nifi.registry |
---|---|
ArtifactId | ArtifactIdnifi-registry-test |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
nifi-registry-test-0.4.0.pom | |
nifi-registry-test-0.4.0.jar | 20 KB |
nifi-registry-test-0.4.0-sources.jar | 20 KB |
nifi-registry-test-0.4.0-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-test/ -->
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-test</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-test/
implementation 'org.apache.nifi.registry:nifi-registry-test:0.4.0'
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-test/
implementation ("org.apache.nifi.registry:nifi-registry-test:0.4.0")
'org.apache.nifi.registry:nifi-registry-test:jar:0.4.0'
<dependency org="org.apache.nifi.registry" name="nifi-registry-test" rev="0.4.0">
<artifact name="nifi-registry-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi.registry', module='nifi-registry-test', version='0.4.0')
)
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-test" % "0.4.0"
[org.apache.nifi.registry/nifi-registry-test "0.4.0"]