| 组织ID: |
org.lightcouch |
| 项目ID: |
lightcouch |
| 版本: |
0.1.6 |
| 最后修改时间: |
2019-04-24 17:27:23 |
| 包类型: |
jar |
| 标题: |
LightCouch |
| 描述: |
CouchDB Java API |
| 相关URL: |
http://www.lightcouch.org |
| 大小: |
72.63KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.lightcouch</groupId>
<artifactId>lightcouch</artifactId>
<version>0.1.6</version>
</dependency>
|
| Gradle引入代码: |
org.lightcouch:lightcouch:0.1.6
|
| 下载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.1.6</version>
<packaging>jar</packaging>
<name>LightCouch</name>
<description>CouchDB Java API</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/lightcouch/LightCouch.git</connection>
<developerConnection>scm:git:git@github.com:lightcouch/LightCouch.git</developerConnection>
<url>https://lightcouch@github.com/lightcouch/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.4</httpclient.version>
<gson.version>2.3.1</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>3.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.lightcouch.CouchDbException.class
org.lightcouch.CouchDbContext.class
org.lightcouch.Changes.class
org.lightcouch.ReplicationResult.class
org.lightcouch.CouchDbClient$2.class
org.lightcouch.ChangesResult$Row.class
org.lightcouch.CouchDbContext$1.class
org.lightcouch.CouchDbDesign.class
org.lightcouch.NoDocumentException.class
org.lightcouch.CouchDbClientBase.class
org.lightcouch.CouchDbProperties.class
org.lightcouch.URIBuilder.class
org.lightcouch.ReplicatorDocument.class
org.lightcouch.View.class
org.lightcouch.CouchDbClient$1.class
org.lightcouch.Params.class
org.lightcouch.CouchDbContext$2.class
org.lightcouch.CouchDbClientAndroid$PreemptiveAuthInterceptor.class
org.lightcouch.Document.class
org.lightcouch.ReplicationResult$ReplicationHistory.class
org.lightcouch.CouchDbClient.class
org.lightcouch.DesignDocument.class
org.lightcouch.ReplicatorDocument$UserCtx.class
org.lightcouch.CouchDbUtil.class
org.lightcouch.CouchDbInfo.class
org.lightcouch.CouchDbClientAndroid$MySSLSocketFactory$1.class
org.lightcouch.ViewResult.class
org.lightcouch.Replicator.class
org.lightcouch.CouchDbClientBase$1.class
org.lightcouch.CouchDbClient$3.class
org.lightcouch.DesignDocument$MapReduce.class
org.lightcouch.CouchDbClientAndroid$2.class
org.lightcouch.CouchDbClientBase$2.class
org.lightcouch.ChangesResult.class
org.lightcouch.CouchDbClientAndroid$1.class
org.lightcouch.CouchDbClientBase$3.class
org.lightcouch.DocumentConflictException.class
org.lightcouch.Replication.class
org.lightcouch.ChangesResult$Row$Rev.class
org.lightcouch.CouchDbClientAndroid$MySSLSocketFactory.class
org.lightcouch.ViewResult$Rows.class
org.lightcouch.CouchDbConfig.class
org.lightcouch.CouchDbClientAndroid.class
org.lightcouch.Attachment.class
org.lightcouch.Response.class
org.lightcouch.Page.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所有版本文件
|