is not current version
Last Version 1.4.2

com.github.ghik:silencer-lib_2.12 1.0

Scala compiler plugin for annotation-based warning suppression

GroupId

GroupId

com.github.ghik
ArtifactId

ArtifactId

silencer-lib_2.12
Version

Version

1.0
Type

Type

jar

Download silencer-lib_2.12 1.0


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