Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.hermannpencole |
ArtifactId | ArtifactIdnifi-deploy-config |
Version | Version1.1.14 |
Type | Typejar |
Filename | Size |
---|---|
nifi-deploy-config-1.1.14.pom | |
nifi-deploy-config-1.1.14.jar | 8 MB |
nifi-deploy-config-1.1.14-sources.jar | 29 KB |
nifi-deploy-config-1.1.14-javadoc.jar | 125 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.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hermannpencole/nifi-deploy-config/
implementation 'com.github.hermannpencole:nifi-deploy-config:1.1.14'
// https://jarcasting.com/artifacts/com.github.hermannpencole/nifi-deploy-config/
implementation ("com.github.hermannpencole:nifi-deploy-config:1.1.14")
'com.github.hermannpencole:nifi-deploy-config:jar:1.1.14'
<dependency org="com.github.hermannpencole" name="nifi-deploy-config" rev="1.1.14">
<artifact name="nifi-deploy-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hermannpencole', module='nifi-deploy-config', version='1.1.14')
)
libraryDependencies += "com.github.hermannpencole" % "nifi-deploy-config" % "1.1.14"
[com.github.hermannpencole/nifi-deploy-config "1.1.14"]