| 组织ID: |
org.streampipes |
| 项目ID: |
streampipes-connect-container |
| 版本: |
0.64.0 |
| 最后修改时间: |
2019-12-05 02:28:38 |
| 包类型: |
jar |
| 大小: |
12.92KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-connect-container</artifactId>
<version>0.64.0</version>
</dependency>
|
| Gradle引入代码: |
org.streampipes:streampipes-connect-container:0.64.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2018 FZI Forschungszentrum Informatik
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ you may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
~
-->
<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>streampipes-parent</artifactId>
<groupId>org.streampipes</groupId>
<version>0.64.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>streampipes-connect-container</artifactId>
<dependencies>
<dependency>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-container-base</artifactId>
</dependency>
<dependency>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-connect</artifactId>
</dependency>
<dependency>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-serializers</artifactId>
</dependency>
<dependency>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-config</artifactId>
</dependency>
<dependency>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-commons</artifactId>
</dependency>
<dependency>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-storage-couchdb</artifactId>
</dependency>
<dependency>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-rest-shared</artifactId>
</dependency>
<dependency>
<groupId>org.streampipes</groupId>
<artifactId>streampipes-user-management</artifactId>
</dependency>
<dependency>
<groupId>org.rendersnake</groupId>
<artifactId>rendersnake</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>json-path</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>json-path</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>1.15.0</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.streampipes.connect.config.ConfigKeys.class
org.streampipes.connect.init.AdapterContainerConfig.class
org.streampipes.connect.management.AdapterUtils.class
META-INF/maven/org.streampipes/streampipes-connect-container/pom.xml
org.streampipes.connect.config.ConnectContainerConfig.class
org.streampipes.connect.init.Config.class
org.streampipes.connect.management.RuntimeResovable.class
org.streampipes.connect.management.AdapterDeserializer.class
META-INF/maven/org.streampipes/streampipes-connect-container/pom.properties
org.streampipes.connect.rest.SpConnectUtils.class
org.streampipes.connect.init.AdapterDeclarerSingleton.class
org.streampipes.connect.rest.AbstractContainerResource.class
|
| 依赖Jar: |
rendersnake-1.8.jar
/org.rendersnake/rendersnake/1.8
查看rendersnake所有版本文件
json-path-3.1.0.jar
/io.rest-assured/json-path/3.1.0
查看json-path所有版本文件
json-path-3.1.0.jar
/io.rest-assured/json-path/3.1.0
查看json-path所有版本文件
okio-1.15.0.jar
/com.squareup.okio/okio/1.15.0
查看okio所有版本文件
|