组织ID: |
com.github.ghik |
项目ID: |
silencer-lib_2.12 |
版本: |
1.4.1 |
最后修改时间: |
2019-06-14 18:13:48 |
包类型: |
jar |
标题: |
The Apache License, Version 2.0 |
描述: |
Scala compiler plugin for annotation-based warning suppression |
相关URL: |
https://github.com/ghik/silencer |
大小: |
1.46KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.ghik</groupId>
<artifactId>silencer-lib_2.12</artifactId>
<version>1.4.1</version>
</dependency>
|
Gradle引入代码: |
com.github.ghik:silencer-lib_2.12:1.4.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.ghik</groupId>
<artifactId>silencer-lib_2.12</artifactId>
<packaging>jar</packaging>
<description>Scala compiler plugin for annotation-based warning suppression</description>
<url>https://github.com/ghik/silencer</url>
<version>1.4.1</version>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>Silencer</name>
<inceptionYear>2015</inceptionYear>
<organization>
<name>ghik</name>
<url>https://github.com/ghik</url>
</organization>
<scm>
<url>https://github.com/ghik/silencer.git</url>
<connection>scm:git:git@github.com:ghik/silencer.git</connection>
<developerConnection>scm:git:git@github.com:ghik/silencer.git</developerConnection>
</scm>
<developers>
<developer>
<id>ghik</id>
<name>Roman Janusz</name>
<email>romeqjanoosh@gmail.com</email>
<url>https://github.com/ghik</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.8</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.12.8</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.github.ghik.silencer.silent.class
|
依赖Jar: |
scala-library-2.12.8.jar
/org.scala-lang/scala-library/2.12.8
查看scala-library所有版本文件
scala-reflect-2.12.8.jar
/org.scala-lang/scala-reflect/2.12.8
查看scala-reflect所有版本文件
|