| 组织ID: |
com.github.bordertech.didums |
| 项目ID: |
didums-hk2 |
| 版本: |
1.0.1 |
| 最后修改时间: |
2019-12-04 02:13:14 |
| 包类型: |
jar |
| 标题: |
didums-hk2 |
| 大小: |
4.53KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.bordertech.didums</groupId>
<artifactId>didums-hk2</artifactId>
<version>1.0.1</version>
</dependency>
|
| Gradle引入代码: |
com.github.bordertech.didums:didums-hk2:1.0.1
|
| 下载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">
<modelVersion>4.0.0</modelVersion>
<name>didums-hk2</name>
<artifactId>didums-hk2</artifactId>
<parent>
<groupId>com.github.bordertech.didums</groupId>
<artifactId>didums</artifactId>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
<dependencies>
<!-- Core -->
<dependency>
<groupId>com.github.bordertech.didums</groupId>
<artifactId>didums-core</artifactId>
<version>${project.version}</version>
</dependency>
<!-- HK2 -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2</artifactId>
<version>2.5.0-b63</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.bordertech.didums.hk2.DidumsHk2Provider$1.class
com.github.bordertech.didums.hk2.DidumsHk2Provider.class
META-INF/maven/com.github.bordertech.didums/didums-hk2/pom.xml
META-INF/maven/com.github.bordertech.didums/didums-hk2/pom.properties
|
| 依赖Jar: |
didums-core-${project.version}.jar
/com.github.bordertech.didums/didums-core/${project.version}
查看didums-core所有版本文件
hk2-2.5.0-b63.jar
/org.glassfish.hk2/hk2/2.5.0-b63
查看hk2所有版本文件
|