Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.nifi.registry |
ArtifactId | ArtifactIdnifi-registry-jetty |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
nifi-registry-jetty-0.5.0.pom | |
nifi-registry-jetty-0.5.0.jar | 23 KB |
nifi-registry-jetty-0.5.0-sources.jar | 16 KB |
nifi-registry-jetty-0.5.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-jetty/ -->
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-jetty</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-jetty/
implementation 'org.apache.nifi.registry:nifi-registry-jetty:0.5.0'
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-jetty/
implementation ("org.apache.nifi.registry:nifi-registry-jetty:0.5.0")
'org.apache.nifi.registry:nifi-registry-jetty:jar:0.5.0'
<dependency org="org.apache.nifi.registry" name="nifi-registry-jetty" rev="0.5.0">
<artifact name="nifi-registry-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi.registry', module='nifi-registry-jetty', version='0.5.0')
)
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-jetty" % "0.5.0"
[org.apache.nifi.registry/nifi-registry-jetty "0.5.0"]