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