| 组织ID: |
org.lightcouch |
| 项目ID: |
lightcouch |
| 版本: |
0.0.5 |
| 最后修改时间: |
2019-04-24 16:50:44 |
| 包类型: |
jar |
| 标题: |
LightCouch |
| 描述: |
Java Persistence API for CouchDB |
| 相关URL: |
http://www.lightcouch.org |
| 大小: |
61.13KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.lightcouch</groupId>
<artifactId>lightcouch</artifactId>
<version>0.0.5</version>
</dependency>
|
| Gradle引入代码: |
org.lightcouch:lightcouch:0.0.5
|
| 下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.lightcouch</groupId>
<artifactId>lightcouch</artifactId>
<version>0.0.5</version>
<packaging>jar</packaging>
<name>LightCouch</name>
<description>Java Persistence API for CouchDB</description>
<inceptionYear>2011</inceptionYear>
<url>http://www.lightcouch.org</url>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/ahmedyha/LightCouch.git</connection>
<developerConnection>scm:git:git@github.com:ahmedyha/LightCouch.git</developerConnection>
<url>https://ahmedyha@github.com/ahmedyha/LightCouch.git</url>
</scm>
<developers>
<developer>
<id>ahmedyha</id>
<name>Ahmed Yehia</name>
<email>ahmed.yehia.m@gmail.com</email>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<httpclient.version>4.2.2</httpclient.version>
<gson.version>2.2.2</gson.version>
<junit.version>4.8.2</junit.version>
</properties>
<dependencies>
<!-- Apache HttpComponents -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
<!-- Gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${gson.version}</version>
</dependency>
<!-- Testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.lightcouch.Attachment.class
org.lightcouch.ChangesResult.class
org.lightcouch.ViewResult$Rows.class
org.lightcouch.DesignDocument$MapReduce.class
org.lightcouch.DesignDocument.class
org.lightcouch.DocumentConflictException.class
org.lightcouch.Replicator.class
org.lightcouch.URIBuilder.class
org.lightcouch.ChangesResult$Row.class
org.lightcouch.Document.class
org.lightcouch.CouchDbClientBase$2.class
org.lightcouch.ReplicatorDocument.class
org.lightcouch.CouchDbClientBase$3.class
org.lightcouch.View.class
org.lightcouch.CouchDbContext.class
org.lightcouch.ViewResult.class
org.lightcouch.NoDocumentException.class
org.lightcouch.Response.class
org.lightcouch.ReplicationResult$ReplicationHistory.class
org.lightcouch.ChangesResult$Row$Rev.class
org.lightcouch.CouchDbClientBase$4.class
org.lightcouch.CouchDbClientBase.class
org.lightcouch.CouchDbClientBase$6.class
org.lightcouch.Changes.class
org.lightcouch.ReplicatorDocument$UserCtx.class
org.lightcouch.CouchDbDesign.class
org.lightcouch.Page.class
org.lightcouch.CouchDbException.class
org.lightcouch.CouchDbClient.class
org.lightcouch.CouchDbConfig.class
org.lightcouch.Replication.class
org.lightcouch.CouchDbContext$1.class
org.lightcouch.CouchDbInfo.class
org.lightcouch.ReplicationResult.class
org.lightcouch.CouchDbUtil.class
org.lightcouch.CouchDbClientBase$1.class
org.lightcouch.CouchDbProperties.class
org.lightcouch.CouchDbClientBase$5.class
META-INF/maven/org.lightcouch/lightcouch/pom.xml
META-INF/maven/org.lightcouch/lightcouch/pom.properties
|
| 依赖Jar: |
httpclient-${httpclient.version}.jar
/org.apache.httpcomponents/httpclient/${httpclient.version}
查看httpclient所有版本文件
gson-${gson.version}.jar
/com.google.code.gson/gson/${gson.version}
查看gson所有版本文件
junit-${junit.version}.jar
/junit/junit/${junit.version}
查看junit所有版本文件
|