Download diff-match-patch-1.1.jar file

Introduction

You can download diff-match-patch-1.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

diff-match-patch-1.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.bitbucket.cowwoc/diff-match-patch/pom.properties
META-INF/maven/org.bitbucket.cowwoc/diff-match-patch/pom.xml
org.bitbucket.cowwoc.diffmatchpatch.DiffMatchPatch.class

Pom

diff-match-patch-1.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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>
	<prerequisites>
		<maven>3.0.4</maven>
	</prerequisites>
	<parent>
		<groupId>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>9</version>
	</parent>
	<groupId>org.bitbucket.cowwoc</groupId>
	<artifactId>diff-match-patch</artifactId>
	<version>1.1</version>
	<packaging>jar</packaging>
	<name>diff-match-patch</name>
	<description>A Java library for performing the operations required for synchronizing plain text.</description>
	<url>https://bitbucket.org/cowwoc/google-diff-match-patch/</url>

	<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>
		<url>https://bitbucket.org/cowwoc/google-diff-match-patch/</url>
		<connection>scm:hg:https://bitbucket.org/cowwoc/google-diff-match-patch/</connection>
		<developerConnection>scm:hg:https://bitbucket.org/cowwoc/google-diff-match-patch/</developerConnection>
		<tag>release-1.1</tag>
	</scm>

	<developers>
		<developer>
			<id>cowwoc</id>
			<name>Gili Tzabari</name>
			<email>cowwoc@bbs.darktech.org</email>
		</developer>
	</developers>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>3.3</version>
				<configuration>
					<showDeprecation>true</showDeprecation>
					<compilerArgs>
						<arg>-Xlint</arg>
					</compilerArgs>
					<source>1.7</source>
					<target>1.7</target>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-release-plugin</artifactId>
				<version>2.5.2</version>
				<configuration>
					<autoVersionSubmodules>true</autoVersionSubmodules>
					<tagNameFormat>release-@{project.version}</tagNameFormat>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.sonatype.plugins</groupId>
				<artifactId>nexus-staging-maven-plugin</artifactId>
				<version>1.6.5</version>
				<extensions>true</extensions>
				<configuration>
					<serverId>sonatype-nexus-staging</serverId>
					<nexusUrl>https://oss.sonatype.org/</nexusUrl>
					<autoReleaseAfterClose>true</autoReleaseAfterClose>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>2.10.3</version>
			</plugin>
		</plugins>
	</build>
	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.12</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>
</project>

POM Entry

<dependency>
   <groupId>org.bitbucket.cowwoc</groupId>
   <artifactId>diff-match-patch</artifactId>
   <version>1.1</version>
</dependency>

Download

If you think the following diff-match-patch-1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download diff-match-patch-1.1.jar file




PreviousNext

Related