组织ID: |
org.portable-scala |
项目ID: |
portable-scala-reflect_2.11 |
版本: |
1.0.0 |
最后修改时间: |
2020-03-09 23:29:12 |
包类型: |
jar |
标题: |
BSD New |
描述: |
portable-scala-reflect |
相关URL: |
https://github.com/portable-scala/portable-scala-reflect |
大小: |
33.66KB |
|
Maven引入代码: |
<dependency>
<groupId>org.portable-scala</groupId>
<artifactId>portable-scala-reflect_2.11</artifactId>
<version>1.0.0</version>
</dependency>
|
Gradle引入代码: |
org.portable-scala:portable-scala-reflect_2.11:1.0.0
|
下载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>org.portable-scala</groupId>
<artifactId>portable-scala-reflect_2.11</artifactId>
<packaging>jar</packaging>
<description>portable-scala-reflect</description>
<url>https://github.com/portable-scala/portable-scala-reflect</url>
<version>1.0.0</version>
<licenses>
<license>
<name>BSD New</name>
<url>https://github.com/portable-scala/portable-scala-reflect/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>portable-scala-reflect</name>
<organization>
<name>org.portable-scala</name>
<url>https://github.com/portable-scala/portable-scala-reflect</url>
</organization>
<scm>
<url>https://github.com/portable-scala/portable-scala-reflect</url>
<connection>scm:git:git@github.com:portable-scala/portable-scala-reflect.git</connection>
<developerConnection>scm:git:git@github.com:portable-scala/portable-scala-reflect.git</developerConnection>
</scm>
<developers>
<developer>
<id>sjrd</id>
<name>S茅bastien Doeraene</name>
<url>https://github.com/sjrd/</url>
</developer>
<developer>
<id>gzm0</id>
<name>Tobias Schlatter</name>
<url>https://github.com/gzm0/</url>
</developer>
<developer>
<id>densh</id>
<name>Denys Shabalin</name>
<url>https://github.com/densh/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
<version>0.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.portablescala.reflect.Reflect$MacroCompat$Scope2$Inner$.class
org.portablescala.reflect.Reflect$$anonfun$lookupLoadableModuleClass$2.class
org.portablescala.reflect.Reflect$$typecreator7$1.class
org.portablescala.reflect.Reflect$MacroCompat$Scope1$blackbox$.class
org.portablescala.reflect.LoadableModuleClass.class
org.portablescala.reflect.InvokableConstructor.class
org.portablescala.reflect.Reflect.class
org.portablescala.reflect.InstantiatableClass.class
org.portablescala.reflect.Reflect$$treecreator1$1.class
org.portablescala.reflect.Reflect$$typecreator2$1.class
org.portablescala.reflect.Reflect$$anonfun$lookupInstantiatableClass$1.class
org.portablescala.reflect.Reflect$$anonfun$org$portablescala$reflect$Reflect$$l$1$3.class
org.portablescala.reflect.Reflect$$typecreator5$1.class
org.portablescala.reflect.Reflect$$anonfun$org$portablescala$reflect$Reflect$$c$3$1.class
org.portablescala.reflect.Reflect$$anonfun$org$portablescala$reflect$Reflect$$l$1$2.class
org.portablescala.reflect.InstantiatableClass$$anonfun$1.class
org.portablescala.reflect.annotation.EnableReflectiveInstantiation.class
org.portablescala.reflect.Reflect$$treecreator3$1.class
org.portablescala.reflect.Reflect$.class
org.portablescala.reflect.Reflect$MacroCompat$Scope2$.class
org.portablescala.reflect.Reflect$$typecreator4$1.class
org.portablescala.reflect.Reflect$MacroCompat$.class
org.portablescala.reflect.Reflect$$anonfun$org$portablescala$reflect$Reflect$$l$1$1.class
org.portablescala.reflect.Reflect$MacroCompat$Scope1$.class
org.portablescala.reflect.Reflect$$treecreator2$1.class
org.portablescala.reflect.Reflect$$anonfun$lookupLoadableModuleClass$1.class
org.portablescala.reflect.Reflect$$anonfun$lookupInstantiatableClass$2.class
|
依赖Jar: |
scala-library-2.11.12.jar
/org.scala-lang/scala-library/2.11.12
查看scala-library所有版本文件
scala-reflect-2.11.12.jar
/org.scala-lang/scala-reflect/2.11.12
查看scala-reflect所有版本文件
junit-interface-0.11.jar
/com.novocode/junit-interface/0.11
查看junit-interface所有版本文件
|