is not current version
Last Version 0.4

com.github.ghik:silencer-lib 0.1

Scala compiler plugin for annotation-based warning suppression

GroupId

GroupId

com.github.ghik
ArtifactId

ArtifactId

silencer-lib
Version

Version

0.1
Type

Type

jar

Download silencer-lib 0.1


<!-- https://jarcasting.com/artifacts/com.github.ghik/silencer-lib/ -->
<dependency>
    <groupId>com.github.ghik</groupId>
    <artifactId>silencer-lib</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ghik/silencer-lib/
implementation 'com.github.ghik:silencer-lib:0.1'
// https://jarcasting.com/artifacts/com.github.ghik/silencer-lib/
implementation ("com.github.ghik:silencer-lib:0.1")
'com.github.ghik:silencer-lib:jar:0.1'
<dependency org="com.github.ghik" name="silencer-lib" rev="0.1">
  <artifact name="silencer-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ghik', module='silencer-lib', version='0.1')
)
libraryDependencies += "com.github.ghik" % "silencer-lib" % "0.1"
[com.github.ghik/silencer-lib "0.1"]