GroupId | GroupIdorg.apache.nifi |
---|---|
ArtifactId | ArtifactIdnifi-hive-services-api |
Version | Version1.13.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.nifi/nifi-hive-services-api/ -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-hive-services-api</artifactId>
<version>1.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-hive-services-api/
implementation 'org.apache.nifi:nifi-hive-services-api:1.13.1'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-hive-services-api/
implementation ("org.apache.nifi:nifi-hive-services-api:1.13.1")
'org.apache.nifi:nifi-hive-services-api:jar:1.13.1'
<dependency org="org.apache.nifi" name="nifi-hive-services-api" rev="1.13.1">
<artifact name="nifi-hive-services-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-hive-services-api', version='1.13.1')
)
libraryDependencies += "org.apache.nifi" % "nifi-hive-services-api" % "1.13.1"
[org.apache.nifi/nifi-hive-services-api "1.13.1"]