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