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