Download auto-value-redacted-1.0.1.jar file - Jar a

Jar examples for a:auto-value-redacted

Description

AutoValue extension for redacting sensitive fields

You can download jar file auto-value-redacted 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add auto-value-redacted-1.0.1.jar to your project.

<dependency>
   <groupId>com.squareup.auto.value</groupId>
   <artifactId>auto-value-redacted</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.squareup.auto.value', name: 'auto-value-redacted', version: '1.0.1'
libraryDependencies += "com.squareup.auto.value" % "auto-value-redacted" % "1.0.1"
<dependency org="com.squareup.auto.value" name="auto-value-redacted" rev="1.0.1"/>
@Grapes(@Grab(group='com.squareup.auto.value', module='auto-value-redacted', version='1.0.1'))
'com.squareup.auto.value:auto-value-redacted:jar:1.0.1'

Download

Click the following link to download the jar file.

auto-value-redacted-1.0.1-javadoc.jar
auto-value-redacted-1.0.1-sources.jar
auto-value-redacted-1.0.1.jar
auto-value-redacted-1.0.1.pom



Related Tutorials