Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.hermannpencole |
ArtifactId | ArtifactIdnifi-deploy-config |
Version | Version1.5.4 |
Type | Typejar |
Filename | Size |
---|---|
nifi-deploy-config-1.5.4.pom | |
nifi-deploy-config-1.5.4.jar | 75 KB |
nifi-deploy-config-1.5.4-sources.jar | 37 KB |
nifi-deploy-config-1.5.4-shade.jar | 10 MB |
nifi-deploy-config-1.5.4-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hermannpencole/nifi-deploy-config/ -->
<dependency>
<groupId>com.github.hermannpencole</groupId>
<artifactId>nifi-deploy-config</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hermannpencole/nifi-deploy-config/
implementation 'com.github.hermannpencole:nifi-deploy-config:1.5.4'
// https://jarcasting.com/artifacts/com.github.hermannpencole/nifi-deploy-config/
implementation ("com.github.hermannpencole:nifi-deploy-config:1.5.4")
'com.github.hermannpencole:nifi-deploy-config:jar:1.5.4'
<dependency org="com.github.hermannpencole" name="nifi-deploy-config" rev="1.5.4">
<artifact name="nifi-deploy-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hermannpencole', module='nifi-deploy-config', version='1.5.4')
)
libraryDependencies += "com.github.hermannpencole" % "nifi-deploy-config" % "1.5.4"
[com.github.hermannpencole/nifi-deploy-config "1.5.4"]