组织ID: |
org.ops4j.base |
项目ID: |
ops4j-base-store |
版本: |
1.2.3 |
最后修改时间: |
2018-08-22 16:26:14 |
包类型: |
jar |
标题: |
OPS4J Base - Store |
描述: |
OPS4J Base -Store
|
大小: |
7.10KB |
|
Maven引入代码: |
<dependency>
<groupId>org.ops4j.base</groupId>
<artifactId>ops4j-base-store</artifactId>
<version>1.2.3</version>
</dependency>
|
Gradle引入代码: |
org.ops4j.base:ops4j-base-store:1.2.3
|
下载Jar包: |
|
POM文件内容: |
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.ops4j</groupId>
<artifactId>base</artifactId>
<version>1.2.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.ops4j.base</groupId>
<artifactId>ops4j-base-store</artifactId>
<version>1.2.3</version>
<packaging>bundle</packaging>
<name>OPS4J Base - Store</name>
<description>
OPS4J Base -Store
</description>
<properties>
<bundle.symbolicName>org.ops4j.base.store</bundle.symbolicName>
<bundle.namespace>org.ops4j.store</bundle.namespace>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.ops4j.base</groupId>
<artifactId>ops4j-base-io</artifactId>
<version>1.2.3</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.ops4j.base/ops4j-base-store/pom.properties
META-INF/maven/org.ops4j.base/ops4j-base-store/pom.xml
org.ops4j.store.Handle.class
org.ops4j.store.Store.class
org.ops4j.store.StoreFactory.class
org.ops4j.store.intern.TemporaryStore$1.class
org.ops4j.store.intern.TemporaryStore.class
|
依赖Jar: |
slf4j-api-1.6.1.jar
/org.slf4j/slf4j-api/1.6.1
查看slf4j-api所有版本文件
ops4j-base-io-1.2.3.jar
/org.ops4j.base/ops4j-base-io/1.2.3
查看ops4j-base-io所有版本文件
|