Download silencer-lib-0.3.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.3 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials