Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.apache.sqoop |
ArtifactId | ArtifactIdsqoop-security |
Version | Version1.99.6 |
Type | Typejar |
Filename | Size |
---|---|
sqoop-security-1.99.6.pom | |
sqoop-security-1.99.6.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sqoop/sqoop-security/ -->
<dependency>
<groupId>org.apache.sqoop</groupId>
<artifactId>sqoop-security</artifactId>
<version>1.99.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sqoop/sqoop-security/
implementation 'org.apache.sqoop:sqoop-security:1.99.6'
// https://jarcasting.com/artifacts/org.apache.sqoop/sqoop-security/
implementation ("org.apache.sqoop:sqoop-security:1.99.6")
'org.apache.sqoop:sqoop-security:jar:1.99.6'
<dependency org="org.apache.sqoop" name="sqoop-security" rev="1.99.6">
<artifact name="sqoop-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sqoop', module='sqoop-security', version='1.99.6')
)
libraryDependencies += "org.apache.sqoop" % "sqoop-security" % "1.99.6"
[org.apache.sqoop/sqoop-security "1.99.6"]