Download silencer-lib-0.4.jar file - Jar s

Jar examples for s:silencer-lib

Description

Scala compiler plugin for annotation-based warning suppression

You can download jar file silencer-lib 0.4 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add silencer-lib-0.4.jar to your project.

<dependency>
   <groupId>com.github.ghik</groupId>
   <artifactId>silencer-lib</artifactId>
   <version>0.4</version>
</dependency>
compile group: 'com.github.ghik', name: 'silencer-lib', version: '0.4'
libraryDependencies += "com.github.ghik" % "silencer-lib" % "0.4"
<dependency org="com.github.ghik" name="silencer-lib" rev="0.4"/>
@Grapes(@Grab(group='com.github.ghik', module='silencer-lib', version='0.4'))
'com.github.ghik:silencer-lib:jar:0.4'

Download

Click the following link to download the jar file.

silencer-lib-0.4-javadoc.jar
silencer-lib-0.4-sources.jar
silencer-lib-0.4.jar
silencer-lib-0.4.pom



Related Tutorials