| 组织ID: |
kz.greetgo.depinject |
| 项目ID: |
greetgo.depinject |
| 版本: |
1.1.4 |
| 最后修改时间: |
2019-09-18 10:16:52 |
| 包类型: |
jar |
| 标题: |
greetgo.depinject |
| 描述: |
Hot configs. To manage apllication configuration |
| 相关URL: |
http://tech.greetgo.kz/libs/greetgo/email.php |
| 大小: |
0.92KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>kz.greetgo.depinject</groupId>
<artifactId>greetgo.depinject</artifactId>
<version>1.1.4</version>
</dependency>
|
| Gradle引入代码: |
kz.greetgo.depinject:greetgo.depinject:1.1.4
|
| 下载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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>kz.greetgo.depinject</groupId>
<artifactId>greetgo.depinject</artifactId>
<version>1.1.4</version>
<name>greetgo.depinject</name>
<description>Hot configs. To manage apllication configuration</description>
<url>http://tech.greetgo.kz/libs/greetgo/email.php</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>greetgo</id>
<name>Yevgeniy Kolpakov</name>
<email>tech@greet-go.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/greetgo/email</connection>
<developerConnection>scm:git:https://github.com/greetgo/email</developerConnection>
<url>https://github.com/greetgo/email</url>
</scm>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert-core</artifactId>
<version>2.0M10</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
|
| 依赖Jar: |
testng-6.5.1.jar
/org.testng/testng/6.5.1
查看testng所有版本文件
fest-assert-core-2.0M10.jar
/org.easytesting/fest-assert-core/2.0M10
查看fest-assert-core所有版本文件
|