组织ID: |
com.twitter |
项目ID: |
util-events_2.10 |
版本: |
6.26.0 |
最后修改时间: |
2019-04-09 20:57:20 |
包类型: |
jar |
标题: |
util-events |
描述: |
util-events |
相关URL: |
https://github.com/twitter/util |
大小: |
31.89KB |
|
Maven引入代码: |
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-events_2.10</artifactId>
<version>6.26.0</version>
</dependency>
|
Gradle引入代码: |
com.twitter:util-events_2.10:6.26.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>com.twitter</groupId>
<artifactId>util-events_2.10</artifactId>
<packaging>jar</packaging>
<description>util-events</description>
<version>6.26.0</version>
<name>util-events</name>
<organization>
<name>com.twitter</name>
</organization>
<url>https://github.com/twitter/util</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<url>git@github.com:twitter/util.git</url>
<connection>scm:git:git@github.com:twitter/util.git</connection>
</scm>
<developers>
<developer>
<id>twitter</id>
<name>Twitter Inc.</name>
<url>https://www.twitter.com/</url>
</developer>
</developers>
<properties>
<info.apiURL>https://twitter.github.io/util/docs/</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.5</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-app_2.10</artifactId>
<version>6.26.0</version>
</dependency>
<dependency>
<groupId>org.scoverage</groupId>
<artifactId>scalac-scoverage-runtime_2.10</artifactId>
<version>1.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scoverage</groupId>
<artifactId>scalac-scoverage-plugin_2.10</artifactId>
<version>1.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10</artifactId>
<version>2.2.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.twitter.util.events.approxNumEvents$.class
com.twitter.util.events.Sink$$anon$1.class
com.twitter.util.events.Sink.class
com.twitter.util.events.Event$$anon$1.class
com.twitter.util.events.Sink$$anon$2.class
com.twitter.util.events.sinkEnabled$.class
com.twitter.util.events.Sinks.class
com.twitter.util.events.Sink$.class
com.twitter.util.events.Event.class
com.twitter.util.events.Events.class
com.twitter.util.events.approxNumEvents.class
com.twitter.util.events.SizedSink$$anonfun$3.class
com.twitter.util.events.SizedSink$$anonfun$events$1.class
com.twitter.util.events.SizedSink$$anonfun$1.class
com.twitter.util.events.Event$.class
com.twitter.util.events.SizedSink$$anonfun$apply$1.class
com.twitter.util.events.SizedSink$$anonfun$apply$default$2$1.class
com.twitter.util.events.SizedSink$$anonfun$2.class
com.twitter.util.events.SizedSink$.class
com.twitter.util.events.Event$Type.class
com.twitter.util.events.SizedSink.class
com.twitter.util.events.Sink$class.class
com.twitter.util.events.sinkEnabled.class
com.twitter.util.events.SizedSink$MutableEvent.class
|
依赖Jar: |
scala-library-2.10.5.jar
/org.scala-lang/scala-library/2.10.5
查看scala-library所有版本文件
util-app_2.10-6.26.0.jar
/com.twitter/util-app_2.10/6.26.0
查看util-app_2.10所有版本文件
scalac-scoverage-runtime_2.10-1.0.4.jar
/org.scoverage/scalac-scoverage-runtime_2.10/1.0.4
查看scalac-scoverage-runtime_2.10所有版本文件
scalac-scoverage-plugin_2.10-1.0.4.jar
/org.scoverage/scalac-scoverage-plugin_2.10/1.0.4
查看scalac-scoverage-plugin_2.10所有版本文件
junit-4.8.1.jar
/junit/junit/4.8.1
查看junit所有版本文件
mockito-all-1.8.5.jar
/org.mockito/mockito-all/1.8.5
查看mockito-all所有版本文件
scalatest_2.10-2.2.4.jar
/org.scalatest/scalatest_2.10/2.2.4
查看scalatest_2.10所有版本文件
|