| 组织ID: |
com.github.spullara.redis |
| 项目ID: |
benchmark |
| 版本: |
0.6 |
| 最后修改时间: |
2019-10-24 03:05:52 |
| 包类型: |
jar |
| 标题: |
benchmark |
| 大小: |
8.68KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.spullara.redis</groupId>
<artifactId>benchmark</artifactId>
<version>0.6</version>
</dependency>
|
| Gradle引入代码: |
com.github.spullara.redis:benchmark:0.6
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>redis</artifactId>
<groupId>com.github.spullara.redis</groupId>
<version>0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>benchmark</artifactId>
<name>benchmark</name>
<dependencies>
<dependency>
<groupId>com.github.spullara.redis</groupId>
<artifactId>client</artifactId>
<version>0.6</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<archive>
<manifest>
<mainClass>redis.client.Benchmark</mainClass>
</manifest>
</archive>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>attached</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
redis.client.Benchmark$1.class
redis.client.Benchmark$2$1.class
redis.client.Benchmark$2.class
redis.client.Benchmark.class
META-INF/maven/com.github.spullara.redis/benchmark/pom.xml
META-INF/maven/com.github.spullara.redis/benchmark/pom.properties
|
| 依赖Jar: |
client-0.6.jar
/com.github.spullara.redis/client/0.6
查看client所有版本文件
|