You can download ranger-util-1.0.0.jar in this page.
Apache License
ranger-util-1.0.0.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.ranger/ranger-util/pom.properties META-INF/maven/org.apache.ranger/ranger-util/pom.xml org.apache.ranger.common.RangerVersionAnnotation.class org.apache.ranger.common.RangerVersionInfo.class org.apache.ranger.common.package-info.class
ranger-util-1.0.0.pom file content.
<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.ranger</groupId> <artifactId>ranger</artifactId> <version>1.0.0</version> </parent> <artifactId>ranger-util</artifactId> <name>Ranger Util</name> <description>Common Utilities of Ranger</description> <dependencies> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-annotations</artifactId> <version>${hadoop.version}</version> </dependency> </dependencies> <build> <sourceDirectory>${project.basedir}/src/main/java</sourceDirectory> <testSourceDirectory>${project.basedir}/src/test</testSourceDirectory> <scriptSourceDirectory>${project.basedir}/src/scripts</scriptSourceDirectory> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>generate-version-annotation</id> <phase>generate-sources</phase> <configuration> <target> <exec executable="python" failonerror="true"> <arg value="${project.basedir}/src/scripts/saveVersion.py"/> <arg value="${project.version}"/> <arg value="${ranger.version.shortname}"/> <arg value="${project.basedir}/target"/> </exec> </target> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <executions> <execution> <id>add-source</id> <phase>generate-sources</phase> <goals> <goal>add-source</goal> </goals> <configuration> <sources> <source>target/gen</source> </sources> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.apache.ranger</groupId> <artifactId>ranger-util</artifactId> <version>1.0.0</version> </dependency>
If you think the following ranger-util-1.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download ranger-util-1.0.0.jar file