| 组织ID: |
org.eclipse.ditto |
| 项目ID: |
ditto-services-utils-config |
| 版本: |
0.1.0M0b |
| 最后修改时间: |
2019-11-30 00:30:10 |
| 包类型: |
jar |
| 标题: |
Eclipse Ditto :: Services :: Utils :: Config Utils |
| 大小: |
20.92KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-services-utils-config</artifactId>
<version>0.1.0M0b</version>
</dependency>
|
| Gradle引入代码: |
org.eclipse.ditto:ditto-services-utils-config:0.1.0M0b
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2017 Bosch Software Innovations GmbH.
~
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v2.0
~ which accompanies this distribution, and is available at
~ https://www.eclipse.org/org/documents/epl-2.0/index.php
~
~ Contributors:
~ Bosch Software Innovations GmbH - initial contribution
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<parent>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-services-utils</artifactId>
<version>0.1.0M0b</version>
</parent>
<artifactId>ditto-services-utils-config</artifactId>
<name>Eclipse Ditto :: Services :: Utils :: Config Utils</name>
<dependencies>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-json</artifactId>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_${scala.version}</artifactId>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_.RSA
META-INF/maven/org.eclipse.ditto/ditto-services-utils-config/pom.xml
META-INF/maven/org.eclipse.ditto/ditto-services-utils-config/pom.properties
org.eclipse.ditto.services.utils.config.MongoConfig.class
org.eclipse.ditto.services.utils.config.ConfigUtil$Secret.class
org.eclipse.ditto.services.utils.config.ConfigUtil.class
|
| 依赖Jar: |
|