Download tree_split-1.0.1.jar file

Introduction

You can download tree_split-1.0.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

tree_split-1.0.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.ansj/tree_split/pom.properties
META-INF/maven/org.ansj/tree_split/pom.xml
love.cq.domain.Branch.class
love.cq.domain.Forest.class
love.cq.domain.SmartForest.class
love.cq.domain.Value.class
love.cq.domain.WoodInterface.class
love.cq.library.Library.class
love.cq.splitWord.GetWord.class
love.cq.util.AnsjArrays.class
love.cq.util.CollectionUtil.class
love.cq.util.FileIterator.class
love.cq.util.IOUtil.class
love.cq.util.MapCount.class
love.cq.util.ObjectBean.class
love.cq.util.ReflectUtil.class
love.cq.util.StringUtil.class

Pom

tree_split-1.0.1.pom file content.

<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>

	<parent>
		<groupId>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>7</version>
	</parent>

	<groupId>org.ansj</groupId>
	<artifactId>tree_split</artifactId>
	<version>1.0.1</version>

	<name>tree_split</name>
	<description>it is tire tree  ! </description>
	<url>https://github.com/ansjsun/TreeSplitWord</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>
		<connection>scm:git:git@github.com:ansjsun/TreeSplitWord.git</connection>
		<developerConnection>scm:git:git@github.com:ansjsun/TreeSplitWord.git</developerConnection>
		<url>git@github.com:ansjsun/TreeSplitWord.git</url>
	</scm>
	<issueManagement>
		<system>Github Issue</system>
		<url>https://github.com/ansjsun/tree_split/issues</url>
	</issueManagement>
	<developers>
		<developer>
			<id>ansj</id>
			<name>ansj</name>
			<email>ansj-sun@163.com</email>
		</developer>
	</developers>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<github.global.server>github</github.global.server>
	</properties>

	<build>
		<plugins>
			<plugin>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>3.1</version>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
					<encoding>UTF-8</encoding>
				</configuration>
			</plugin>
		</plugins>
		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>org.eclipse.m2e</groupId>
					<artifactId>lifecycle-mapping</artifactId>
					<version>1.0.0</version>
					<configuration>
						<lifecycleMappingMetadata>
							<pluginExecutions>
								<pluginExecution>
									<pluginExecutionFilter>
										<groupId>org.apache.maven.plugins</groupId>
										<artifactId>maven-enforcer-plugin</artifactId>
										<versionRange>[1.0,)</versionRange>
										<goals>
											<goal>enforce</goal>
										</goals>
									</pluginExecutionFilter>
									<action>
										<execute />
									</action>
								</pluginExecution>
							</pluginExecutions>
						</lifecycleMappingMetadata>
					</configuration>
				</plugin>
			</plugins>
		</pluginManagement>
	</build>

</project>

POM Entry

<dependency>
   <groupId>org.ansj</groupId>
   <artifactId>tree_split</artifactId>
   <version>1.0.1</version>
</dependency>

Download

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



Download tree_split-1.0.1.jar file




PreviousNext

Related