Categories |
CategoriesCLI User Interface Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.hermannpencole |
ArtifactId | ArtifactIdnifi-swagger-client |
Version | Version1.1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hermannpencole/nifi-swagger-client/ -->
<dependency>
<groupId>com.github.hermannpencole</groupId>
<artifactId>nifi-swagger-client</artifactId>
<version>1.1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hermannpencole/nifi-swagger-client/
implementation 'com.github.hermannpencole:nifi-swagger-client:1.1.0.4'
// https://jarcasting.com/artifacts/com.github.hermannpencole/nifi-swagger-client/
implementation ("com.github.hermannpencole:nifi-swagger-client:1.1.0.4")
'com.github.hermannpencole:nifi-swagger-client:jar:1.1.0.4'
<dependency org="com.github.hermannpencole" name="nifi-swagger-client" rev="1.1.0.4">
<artifact name="nifi-swagger-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hermannpencole', module='nifi-swagger-client', version='1.1.0.4')
)
libraryDependencies += "com.github.hermannpencole" % "nifi-swagger-client" % "1.1.0.4"
[com.github.hermannpencole/nifi-swagger-client "1.1.0.4"]