License |
License |
---|---|
GroupId | GroupIdorg.apache.nifi.registry |
ArtifactId | ArtifactIdnifi-registry-test |
Version | Version0.8.0 |
Type | Typejar |
Description |
DescriptionThe core modules of NiFi Registry.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nifi-registry-test-0.8.0.pom | |
nifi-registry-test-0.8.0.jar | 22 KB |
nifi-registry-test-0.8.0-sources.jar | 23 KB |
nifi-registry-test-0.8.0-javadoc.jar | 97 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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-test/
implementation 'org.apache.nifi.registry:nifi-registry-test:0.8.0'
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-test/
implementation ("org.apache.nifi.registry:nifi-registry-test:0.8.0")
'org.apache.nifi.registry:nifi-registry-test:jar:0.8.0'
<dependency org="org.apache.nifi.registry" name="nifi-registry-test" rev="0.8.0">
<artifact name="nifi-registry-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi.registry', module='nifi-registry-test', version='0.8.0')
)
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-test" % "0.8.0"
[org.apache.nifi.registry/nifi-registry-test "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.6.RELEASE |
org.testcontainers : mysql | jar | 1.11.2 |
org.testcontainers : mariadb | jar | 1.11.2 |
org.testcontainers : postgresql | jar | 1.11.2 |
mysql : mysql-connector-java | jar | 8.0.15 |
org.mariadb.jdbc : mariadb-java-client | jar | 2.4.1 |
org.postgresql : postgresql | jar | 42.2.5 |
junit : junit | jar | 4.13.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |